]> git.eshelyaron.com Git - emacs.git/commitdiff
(fill-individual-paragraphs): Doc fix.
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 18 Oct 2007 13:27:04 +0000 (13:27 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 18 Oct 2007 13:27:04 +0000 (13:27 +0000)
(adaptive-fill-function): Doc fix.  Remove * from docstring.

lisp/ChangeLog
lisp/textmodes/fill.el

index b4d5f159adfcfd788fcff3ca25a3e823bb253cf1..daaeee3e93dfcb7dff0d978440c5c0d92fe760d4 100644 (file)
@@ -1,4 +1,9 @@
-2007-10-15  Tom Horsley  <tom.horsley@att.net>
+2007-10-18  Juanma Barranquero  <lekktu@gmail.com>
+
+       * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
+       (adaptive-fill-function): Doc fix.  Remove * from docstring.
+
+2007-10-18  Tom Horsley  <tom.horsley@att.net>
 
        * simple.el (interprogram-paste-function): Doc fix.
        (current-kill): Accept list of strings as well
index cf52793f7b599d07a18adc2a1e16afb06703bb86..ad42845eb530f457a17c098b70c0f88ddec7e00b 100644 (file)
@@ -117,8 +117,8 @@ if it would act as a paragraph-starter on the second line."
   :group 'fill)
 
 (defcustom adaptive-fill-function nil
-  "*Function to call to choose a fill prefix for a paragraph, or nil.
-nil means the function has not determined the fill prefix."
+  "Function to call to choose a fill prefix for a paragraph, or nil.
+A nil value means the function has not determined the fill prefix."
   :type '(choice (const nil) function)
   :group 'fill)
 
@@ -1359,7 +1359,7 @@ These lines are filled together.
 When calling from a program, pass the range to fill
 as the first two arguments.
 
-Optional third and fourth arguments JUSTIFY and MAIL-FLAG:
+Optional third and fourth arguments JUSTIFY and CITATION-REGEXP:
 JUSTIFY to justify paragraphs (prefix arg),
 When filling a mail message, pass a regexp for CITATION-REGEXP
 which will match the prefix of a line which is a citation marker
@@ -1448,6 +1448,7 @@ Also, if CITATION-REGEXP is non-nil, don't fill header lines."
            (fill-region-as-paragraph start (point) justify)
            (if (and (bolp) (not had-newline))
                (delete-char -1))))))))
+
 (defun fill-individual-paragraphs-prefix (citation-regexp)
   (let* ((adaptive-fill-first-line-regexp ".*")
         (just-one-line-prefix