changeset 54549:566f64345869

(fill): Fix Info link.
author Juri Linkov <juri@jurta.org>
date Thu, 25 Mar 2004 10:41:49 +0000
parents f36d3226281c
children 3531a87207b5
files lisp/textmodes/fill.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/textmodes/fill.el	Thu Mar 25 10:40:59 2004 +0000
+++ b/lisp/textmodes/fill.el	Thu Mar 25 10:41:49 2004 +0000
@@ -32,7 +32,7 @@
 
 (defgroup fill nil
   "Indenting and filling text."
-  :link '(custom-manual "(emacs)Filling Text")
+  :link '(custom-manual "(emacs)Filling")
   :group 'editing)
 
 (defcustom fill-individual-varying-indent nil