]> git.eshelyaron.com Git - emacs.git/commitdiff
(eshell-hist-word-reference): Fix format
authorAndreas Schwab <schwab@suse.de>
Sun, 8 Feb 2004 22:40:55 +0000 (22:40 +0000)
committerAndreas Schwab <schwab@suse.de>
Sun, 8 Feb 2004 22:40:55 +0000 (22:40 +0000)
string.

lisp/eshell/em-hist.el

index 438e296d9c1ff7904b699bfb7664ea3aeb836640..b38c7a519ec4589966b11d0ce0514421f8d113c1 100644 (file)
@@ -1,6 +1,6 @@
 ;;; em-hist.el --- history list management
 
-;; Copyright (C) 1999, 2000 Free Software Foundation
+;; Copyright (C) 1999, 2000, 2004 Free Software Foundation
 
 ;; Author: John Wiegley <johnw@gnu.org>
 
@@ -523,7 +523,7 @@ See also `eshell-read-history'."
    ((string= "^" ref) 1)
    ((string= "$" ref) nil)
    ((string= "%" ref)
-    (error "`%' history word designator not yet implemented"))))
+    (error "`%%' history word designator not yet implemented"))))
 
 (defun eshell-hist-parse-arguments (&optional silent b e)
   "Parse current command arguments in a history-code-friendly way."