# HG changeset patch # User Richard M. Stallman # Date 908293660 0 # Node ID 7ccd43d053fdc3f2b47645ef994783a41316a6f7 # Parent 2a31f1833c0e6cf98f4767136f835b9cc6ac5b02 (set-fill-column): Doc fix. diff -r 2a31f1833c0e -r 7ccd43d053fd lisp/simple.el --- 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)