changeset 23447:7ccd43d053fd

(set-fill-column): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Tue, 13 Oct 1998 15:47:40 +0000
parents 2a31f1833c0e
children 84542af4b8d6
files lisp/simple.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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)