diff options
| author | Paul Eggert | 2016-03-22 11:04:36 -0700 |
|---|---|---|
| committer | Paul Eggert | 2016-03-22 11:04:36 -0700 |
| commit | f95bbe5a67e03fe6d05cbfb4d0c9151a754d6ccd (patch) | |
| tree | 770fbf699587d51ed3a374c6f01bdd655394c66c /doc/lispref | |
| parent | 4869e0d85a215e7fb0262430a48aa4d5804bf0a4 (diff) | |
| parent | b8ea08b037fb16395b90481162587706e71b487c (diff) | |
| download | emacs-f95bbe5a67e03fe6d05cbfb4d0c9151a754d6ccd.tar.gz emacs-f95bbe5a67e03fe6d05cbfb4d0c9151a754d6ccd.zip | |
-
Diffstat (limited to 'doc/lispref')
| -rw-r--r-- | doc/lispref/abbrevs.texi | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/lispref/abbrevs.texi b/doc/lispref/abbrevs.texi index 5f5a395c97a..cdea2a8b3c8 100644 --- a/doc/lispref/abbrevs.texi +++ b/doc/lispref/abbrevs.texi | |||
| @@ -198,7 +198,10 @@ abbrevs in a file automatically, under the control of variables | |||
| 198 | described here. | 198 | described here. |
| 199 | 199 | ||
| 200 | @defopt abbrev-file-name | 200 | @defopt abbrev-file-name |
| 201 | This is the default file name for reading and saving abbrevs. | 201 | This is the default file name for reading and saving abbrevs. By |
| 202 | default, Emacs will look for @file{~/.emacs.d/abbrev_defs}, and, if | ||
| 203 | not found, for @file{~/.abbrev_defs}; if neither file exists, Emacs | ||
| 204 | will create @file{~/.emacs.d/abbrev_defs}. | ||
| 202 | @end defopt | 205 | @end defopt |
| 203 | 206 | ||
| 204 | @defun quietly-read-abbrev-file &optional filename | 207 | @defun quietly-read-abbrev-file &optional filename |
| @@ -216,7 +219,7 @@ A non-@code{nil} value for @code{save-abbrevs} means that Emacs should | |||
| 216 | offer to save abbrevs (if any have changed) when files are saved. If | 219 | offer to save abbrevs (if any have changed) when files are saved. If |
| 217 | the value is @code{silently}, Emacs saves the abbrevs without asking | 220 | the value is @code{silently}, Emacs saves the abbrevs without asking |
| 218 | the user. @code{abbrev-file-name} specifies the file to save the | 221 | the user. @code{abbrev-file-name} specifies the file to save the |
| 219 | abbrevs in. | 222 | abbrevs in. The default value is @code{t}. |
| 220 | @end defopt | 223 | @end defopt |
| 221 | 224 | ||
| 222 | @defvar abbrevs-changed | 225 | @defvar abbrevs-changed |
| @@ -282,7 +285,7 @@ omitted, it defaults to point. @code{name}, if non-@code{nil}, should | |||
| 282 | be the name by which this abbrev was found (a string); it is used to | 285 | be the name by which this abbrev was found (a string); it is used to |
| 283 | figure out whether to adjust the capitalization of the expansion. The | 286 | figure out whether to adjust the capitalization of the expansion. The |
| 284 | function returns @code{abbrev} if the abbrev was successfully | 287 | function returns @code{abbrev} if the abbrev was successfully |
| 285 | inserted. | 288 | inserted, otherwise it returns @code{nil}. |
| 286 | @end defun | 289 | @end defun |
| 287 | 290 | ||
| 288 | @deffn Command abbrev-prefix-mark &optional arg | 291 | @deffn Command abbrev-prefix-mark &optional arg |