diff options
| author | Richard M. Stallman | 1998-10-13 15:47:40 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-10-13 15:47:40 +0000 |
| commit | 923efb99ce93699bbeff94ce8e14056659a6dcfc (patch) | |
| tree | 432f4fcc8899596feea865be8b495437ed030a9f | |
| parent | 60b2cdb533bfbea2dfa592e7c0662c87e7e926cb (diff) | |
| download | emacs-923efb99ce93699bbeff94ce8e14056659a6dcfc.tar.gz emacs-923efb99ce93699bbeff94ce8e14056659a6dcfc.zip | |
(set-fill-column): Doc fix.
| -rw-r--r-- | lisp/simple.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/simple.el b/lisp/simple.el index c5fe25ebe07..acdc8bba433 100644 --- a/lisp/simple.el +++ b/lisp/simple.el | |||
| @@ -3066,6 +3066,7 @@ for `auto-fill-function' when turning Auto Fill mode on." | |||
| 3066 | 3066 | ||
| 3067 | (defun set-fill-column (arg) | 3067 | (defun set-fill-column (arg) |
| 3068 | "Set `fill-column' to specified argument. | 3068 | "Set `fill-column' to specified argument. |
| 3069 | Use \\[universal-argument] followed by a number to specify a column. | ||
| 3069 | Just \\[universal-argument] as argument means to use the current column." | 3070 | Just \\[universal-argument] as argument means to use the current column." |
| 3070 | (interactive "P") | 3071 | (interactive "P") |
| 3071 | (if (consp arg) | 3072 | (if (consp arg) |