emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/textmodes/paragraphs.el


From: Thien-Thi Nguyen
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/paragraphs.el
Date: Sat, 06 Aug 2005 13:41:25 -0400

Index: emacs/lisp/textmodes/paragraphs.el
diff -c emacs/lisp/textmodes/paragraphs.el:1.78 
emacs/lisp/textmodes/paragraphs.el:1.79
*** emacs/lisp/textmodes/paragraphs.el:1.78     Mon Jul  4 16:45:00 2005
--- emacs/lisp/textmodes/paragraphs.el  Sat Aug  6 17:41:15 2005
***************
*** 1,7 ****
  ;;; paragraphs.el --- paragraph and sentence parsing
  
! ;; Copyright (C) 1985, 86, 87, 91, 94, 95, 96, 1997, 1999, 2000, 2001, 2004
! ;;    Free Software Foundation, Inc.
  
  ;; Maintainer: FSF
  ;; Keywords: wp
--- 1,7 ----
  ;;; paragraphs.el --- paragraph and sentence parsing
  
! ;; Copyright (C) 1985, 1986, 1987, 1991, 1994, 1995, 1996, 1997, 1999, 2000,
! ;;   2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
  
  ;; Maintainer: FSF
  ;; Keywords: wp
***************
*** 358,364 ****
  at beginning of this or a previous paragraph.
  
  Interactively, 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))
--- 358,364 ----
  at beginning of this or a previous paragraph.
  
  Interactively, 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))




reply via email to

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