diff lisp/prim/simple.el @ 32:e04119814345 r19-15b99

Import from CVS: tag r19-15b99
author cvs
date Mon, 13 Aug 2007 08:52:56 +0200
parents ec9a17fef872
children 56c54cf7c5b6
line wrap: on
line diff
--- a/lisp/prim/simple.el	Mon Aug 13 08:52:30 2007 +0200
+++ b/lisp/prim/simple.el	Mon Aug 13 08:52:56 2007 +0200
@@ -2400,7 +2400,8 @@
   (auto-fill-mode 1))
 
 (defun set-fill-column (arg)
-  "Set `fill-column' to current column, or to argument if given.
+  "Set `fill-column' to specified argument.
+Just \\[universal-argument] as argument means to use the current column
 The variable `fill-column' has a separate value for each buffer."
   (interactive "_P") ; XEmacs
   (cond ((integerp arg)