# HG changeset patch # User Juri Linkov # Date 1080211309 0 # Node ID 566f6434586942ddbd382cac25886fb686762c71 # Parent f36d3226281c66e605f91d6c53b078a35a6ea752 (fill): Fix Info link. diff -r f36d3226281c -r 566f64345869 lisp/textmodes/fill.el --- 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