emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: proposed new variable `emacs-lisp-docstring-fill-column'


From: Richard Stallman
Subject: Re: proposed new variable `emacs-lisp-docstring-fill-column'
Date: Fri, 28 Feb 2003 21:26:39 -0500

        (defcustom emacs-lisp-docstring-fill-column 65
          "Value of `fill-column' to use when filling a docstring.
        Any non-integer value means do not use a different value of
        `fill-column' when filling docstrings."
          :type '(choice (integer)
                         (const :tag "Use the current `fill-column'" t))
          :group 'lisp)

It sounds like a good idea; would you like to implement the code
to actually use it, and show us that?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]