diff lisp/packages/chistory.el @ 2:ac2d302a0011 r19-15b2

Import from CVS: tag r19-15b2
author cvs
date Mon, 13 Aug 2007 08:46:35 +0200
parents 376386a54a3c
children 0293115a14e9
line wrap: on
line diff
--- a/lisp/packages/chistory.el	Mon Aug 13 08:45:53 2007 +0200
+++ b/lisp/packages/chistory.el	Mon Aug 13 08:46:35 2007 +0200
@@ -21,7 +21,7 @@
 ;; along with XEmacs; see the file COPYING.  If not, write to the Free
 ;; Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
 
-;;; Synched up with: FSF 19.30.
+;;; Synched up with: FSF 19.34.
 
 ;;; Commentary:
 
@@ -40,10 +40,10 @@
 ;;;###autoload
 (defun repeat-matching-complex-command (&optional pattern)
   "Edit and re-evaluate complex command with name matching PATTERN.
-Matching occurrences are displayed, most recent first, until you
-select a form for evaluation.  If PATTERN is empty (or nil), every form
-in the command history is offered.  The form is placed in the minibuffer
-for editing and the result is evaluated."
+Matching occurrences are displayed, most recent first, until you select
+a form for evaluation.  If PATTERN is empty (or nil), every form in the
+command history is offered.  The form is placed in the minibuffer for
+editing and the result is evaluated."
   (interactive "sRedo Command (regexp): ")
   (if pattern
       (if (string-match "[^ \t]" pattern)