]> git.eshelyaron.com Git - emacs.git/commitdiff
(set-fill-column): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Tue, 13 Oct 1998 15:47:40 +0000 (15:47 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 13 Oct 1998 15:47:40 +0000 (15:47 +0000)
lisp/simple.el

index c5fe25ebe07d07438e9dc187b242d47179ba1c3d..acdc8bba433e4956568adea75e77d49efc98250a 100644 (file)
@@ -3066,6 +3066,7 @@ for `auto-fill-function' when turning Auto Fill mode on."
 
 (defun set-fill-column (arg)
   "Set `fill-column' to specified argument.
+Use \\[universal-argument] followed by a number to specify a column.
 Just \\[universal-argument] as argument means to use the current column."
   (interactive "P")
   (if (consp arg)