diff lisp/simple.el @ 23447:7ccd43d053fd

(set-fill-column): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Tue, 13 Oct 1998 15:47:40 +0000
parents f19f44b54f00
children 085606778286
line wrap: on
line diff
--- a/lisp/simple.el	Tue Oct 13 15:41:11 1998 +0000
+++ b/lisp/simple.el	Tue Oct 13 15:47:40 1998 +0000
@@ -3066,6 +3066,7 @@
 
 (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)