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 | 3ec9ad56a9e9fa3c933529130142c70a7d4d44dc (patch) | |
tree | 6b6faf0bb8316d9e1f1ac899de492493c2c43df5 /lisp/abbrev.el | |
parent | d8f5a8e7d6b8ffc0bee48c5e423b7ceef81744dc (diff) | |
download | emacs-3ec9ad56a9e9fa3c933529130142c70a7d4d44dc.tar.gz |
Doc fix.
Diffstat (limited to 'lisp/abbrev.el')
-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") |