From: Andreas Schwab Date: Sun, 8 Feb 2004 22:40:55 +0000 (+0000) Subject: (eshell-hist-word-reference): Fix format X-Git-Tag: ttn-vms-21-2-B4~7695 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7f076e082883b0b1000c2913cdd957ade3f7cbc4;p=emacs.git (eshell-hist-word-reference): Fix format string. --- diff --git a/lisp/eshell/em-hist.el b/lisp/eshell/em-hist.el index 438e296d9c1..b38c7a519ec 100644 --- a/lisp/eshell/em-hist.el +++ b/lisp/eshell/em-hist.el @@ -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 @@ -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."