emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lispref/help.texi,v


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/help.texi,v
Date: Mon, 16 Oct 2006 18:53:04 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       06/10/16 18:53:04

Index: help.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/lispref/help.texi,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -b -r1.29 -r1.30
--- help.texi   25 May 2006 04:51:50 -0000      1.29
+++ help.texi   16 Oct 2006 18:53:04 -0000      1.30
@@ -22,6 +22,9 @@
 manual is not organized in that fashion; it is organized in terms of
 topics of discussion.
 
+  For commands to access documentation strings, see @ref{Help, ,
+Help, emacs, The GNU Emacs Manual}.
+
 @menu
 * Documentation Basics::      Good style for doc strings.
                                 Where to put them.  How Emacs stores them.
@@ -63,6 +66,10 @@
 to the keys for related commands and be accurate even when a user
 rearranges the key bindings.  (@xref{Keys in Documentation}.)
 
address@hidden emacs-lisp-docstring-fill-column
+  Emacs Lisp mode fills documentation strings to the width
+controlled by @code{emacs-lisp-docstring-fill-column}.
+
   In Emacs Lisp, a documentation string is accessible through the
 function or variable that it describes:
 
@@ -100,9 +107,6 @@
 documentation string from the appropriate file; this is transparent to
 the user.
 
-  For information on the uses of documentation strings, see @ref{Help, ,
-Help, emacs, The GNU Emacs Manual}.
-
 @c Wordy to prevent overfull hbox.  --rjc 15mar92
   The @file{emacs/lib-src} directory contains two utilities that you can
 use to print nice-looking hardcopy for the file




reply via email to

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