diff options
author | Richard M. Stallman <rms@gnu.org> | 1992-10-03 17:56:40 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1992-10-03 17:56:40 +0000 |
commit | a864e33e0ad43c41a613dddab6d7ab1193239a69 (patch) | |
tree | f5e8ed62ad0aa897cf2ced5639cddb61e7f8db65 | |
parent | 0a7f1fc0b510f3f7a220e8702b71563d909d7a7d (diff) | |
download | emacs-a864e33e0ad43c41a613dddab6d7ab1193239a69.tar.gz |
Doc fix.
-rw-r--r-- | lisp/abbrev.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/abbrev.el b/lisp/abbrev.el index ad7dd54405c..422fbb25d00 100644 --- a/lisp/abbrev.el +++ b/lisp/abbrev.el @@ -26,7 +26,7 @@ Makes the commands to define mode-specific abbrevs define global ones instead.") (defun abbrev-mode (arg) "Toggle abbrev mode. -With ARG, turn abbrev mode on iff ARG is positive. +With argument ARG, turn abbrev mode on iff ARG is positive. In abbrev mode, inserting an abbreviation causes it to expand and be replaced by its expansion." (interactive "P") |