From: Richard M. Stallman Date: Tue, 13 Oct 1998 15:47:40 +0000 (+0000) Subject: (set-fill-column): Doc fix. X-Git-Tag: emacs-20.4~1502 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=923efb99ce93699bbeff94ce8e14056659a6dcfc;p=emacs.git (set-fill-column): Doc fix. --- 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." (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)