aboutsummaryrefslogtreecommitdiffstats
path: root/man/custom.texi
Commit message (Collapse)AuthorAgeFilesLines
* (Easy Customization): Adapt menu to node name change.Luc Teirlinck2005-01-301-1/+1
|
* (Easy Customization): Defn of "User Option" nowRichard M. Stallman2005-01-301-79/+81
| | | | | | | includes faces. Don't say just "option" when talking about variables. Do say just "options" to mean "anything customizable". (Specific Customization): Describe `customize-variable', not `customize-option'.
* (Saving Customizations): Minor improvement.Richard M. Stallman2005-01-041-1/+2
|
* (Saving Customizations): Emacs no longer loads `custom-file' afterLuc Teirlinck2005-01-041-13/+3
| | | | | .emacs in 21.4. (It never did in prior versions.) No longer mention customizing through Custom.
* (Face Customization): Mention hex color specs.Richard M. Stallman2005-01-011-4/+9
|
* (File Variables): Clarify previous change.Richard M. Stallman2004-12-291-16/+20
|
* (Saving Customizations): Emacs only loads the custom fileLuc Teirlinck2004-12-091-11/+26
| | | | | automatically after the init file in version 21.4 or later. Adapt text and examples to this fact.
* Fix typo.Richard M. Stallman2004-12-051-1/+1
|
* (Easy Customization): Move up to section level,Richard M. Stallman2004-12-051-134/+137
| | | | | | | before Variables. Avoid using the term "variable"; say "option". New initial explanation. (Variables): In initial explanation, connect "variable" to the already-explained "user option".
* * custom.texi (File Variables): Add `unibyte' and make it moreReiner Steib2004-11-291-7/+9
| | | | | | | | clear that `unibyte' and `coding' are special. Suggested by Simon Krahnke <[email protected]>. * mule.texi (Enabling Multibyte): Refer to File Variables. Suggested by Simon Krahnke <[email protected]>.
* (Hooks): Explain using setq to clear out a hook.Richard M. Stallman2004-09-201-16/+36
| | | | | | (File Variables): Explain multiline string constants. (Non-ASCII Rebinding): Explain when you need to update non-ASCII char codes in .emacs.
* (Non-ASCII Rebinding): Fix and simplify theKenichi Handa2004-08-251-7/+5
| | | | description for unibyte mode.
* (Non-ASCII Rebinding):Richard M. Stallman2004-08-161-28/+15
| | | | C-q always inserts the right code to pass to global-set-key.
* * msdog.texi (Text and Binary, MS-DOS Printing): Use m-dash.Jesper Harder2004-06-201-1/+1
| | | | | | * custom.texi (Customization): do. * anti.texi (Antinews): do. * abbrevs.texi (Defining Abbrevs): do.
* (Init Syntax): Explain about vars that do specialRichard M. Stallman2004-06-131-3/+22
| | | | | things when set with setq or with Custom. (Init Examples): Add line-number-mode example.
* (Init File): Two dashes start --no-site-file.Richard M. Stallman2004-05-291-1/+1
|
* (File Variables): Add safe-local-eval-forms.Kim F. Storm2004-04-051-0/+6
|
* Replace @sc{ascii} and ASCII with @acronym{ASCII}.Eli Zaretskii2003-11-021-27/+27
|
* Add arch taglinesMiles Bader2003-09-011-0/+4
|
* (Customization): Add xref to Keyboard Macros chapter.Kim F. Storm2003-08-171-228/+5
| | | | (Keyboard Macros): Move to new kmacro.texi file.
* (Init Rebinding): Replace previous change with xref.Richard M. Stallman2003-06-041-38/+10
| | | | (Non-ASCII Rebinding): Explain that issue more briefly here.
* (Init Rebinding): Xref Non-ASCII Rebinding, forKai Großjohann2003-05-281-0/+36
| | | | | non-English letters. Explain how to set coding systems correctly and how to include the right coding cookie in the file.
* Fix xref.Richard M. Stallman2003-04-241-1/+1
|
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-7/+7
|
* (Saving Customizations): New node has the info on custom-file.Richard M. Stallman2002-09-181-24/+46
| | | | (Changing an Option): Document Use Backup Value.
* Don't need to load custom-file from your .emacs any more.Stefan Monnier2002-08-141-4/+3
|
* Document custom-file variable.Richard M. Stallman2002-07-271-0/+12
|
* Doc default arg for customize-face.Richard M. Stallman2002-06-261-1/+2
|
* *** empty log message ***Stefan Monnier2002-06-231-1/+1
|
* Explain C-c LETTER better.Richard M. Stallman2002-04-231-6/+6
|
* Update the `customize-face' example to reflect current reality.Miles Bader2002-04-011-17/+18
|
* (Disabling): Document that .emacs is not edited from "emacs -q".Eli Zaretskii2002-02-021-0/+6
|
* Minor clarification.Richard M. Stallman2002-02-011-6/+6
|
* Add xref to X Resources.Richard M. Stallman2001-10-301-1/+2
|
* (File Variables): Emphasize the importance of having the `mode' variableEli Zaretskii2001-10-041-2/+5
| | | | | the first in the list of local variables. From Eric Hanchrow <[email protected]>.
* Update the copyright years.Eli Zaretskii2001-09-131-1/+1
|
* Spelling corrections.Richard M. Stallman2001-09-121-2/+1
| | | | Delete obsolete comment.
* Show how to put more special ASCII charactersRichard M. Stallman2001-09-061-2/+20
| | | | in strings and vectors.
* (Mouse Buttons): Document the different units of double-click-fuzzEli Zaretskii2001-08-311-1/+3
| | | | on TTYs.
* Don't use "print" for displaying a message.Richard M. Stallman2001-08-201-4/+4
|
* Show a keyboard macro with minibuffer arguments in it.Richard M. Stallman2001-08-121-4/+17
|
* (Mouse Buttons): Document the default values for double-click-timeEli Zaretskii2001-08-101-2/+2
| | | | and double-click-fuzz.
* Show example of specifying C-M-= in Lisp.Richard M. Stallman2001-08-081-21/+25
| | | | Minor cleanup.
* Add description of double-click-fuzz.Gerd Moellmann2001-07-301-0/+5
|
* (Non-ASCII Rebinding): Fix a typo. Add index entries.Eli Zaretskii2001-07-121-1/+3
|
* Explain more clearly what it takes to make a customization permanent.Richard M. Stallman2001-07-081-31/+32
| | | | Explain global vs local minor modes first thing, then list the modes.
* Minor clarifications.Richard M. Stallman2001-06-191-15/+18
|
* Update Customization buffer examplesRichard M. Stallman2001-06-011-17/+23
| | | | and some other minor changes.
* Proofreading changes from Tim Goodwin <[email protected]>.Eli Zaretskii2001-06-011-5/+3
|
* Explain how Binary Overwrite mode affects C-q.Richard M. Stallman2001-05-201-0/+2
|