]> code.delx.au - gnu-emacs/blobdiff - lisp/textmodes/paragraphs.el
Update copyright year to 2015
[gnu-emacs] / lisp / textmodes / paragraphs.el
index b47924bc1f20a6365d5c3415076584a1ad8c7547..b18a93cd3e686763d21ea8795f4c1169acd0a3b0 100644 (file)
@@ -1,9 +1,9 @@
 ;;; paragraphs.el --- paragraph and sentence parsing
 
-;; Copyright (C) 1985-1987, 1991, 1994-1997, 1999-2011
-;;   Free Software Foundation, Inc.
+;; Copyright (C) 1985-1987, 1991, 1994-1997, 1999-2015 Free Software
+;; Foundation, Inc.
 
-;; Maintainer: FSF
+;; Maintainer: emacs-devel@gnu.org
 ;; Keywords: wp
 ;; Package: emacs
 
@@ -379,8 +379,8 @@ the number of paragraphs marked equals ARG.
 If ARG is negative, point is put at end of this paragraph, mark is put
 at beginning of this or a previous paragraph.
 
-Interactively, if this command is repeated
-or (in Transient Mark mode) if the mark is active,
+Interactively (or if ALLOW-EXTEND is non-nil), if this command is
+repeated or (in Transient Mark mode) if the mark is active,
 it marks the next ARG paragraphs after the ones already marked."
   (interactive "p\np")
   (unless arg (setq arg 1))
@@ -468,7 +468,7 @@ sentences.  Also, every paragraph boundary terminates sentences as well."
          (setq par-text-beg (point))
          ;; Start of the first line of the paragraph.
          ;; We use this as the search limit
-         ;; to allow s1entence-end to match if it is anchored at
+         ;; to allow sentence-end to match if it is anchored at
          ;; BOL and the paragraph starts indented.
          (beginning-of-line)
          (setq par-beg (point)))