changeset 33055:968a0ee6275f

(comint-get-old-input-default): Reword error message.
author Miles Bader <miles@gnu.org>
date Mon, 30 Oct 2000 06:25:26 +0000
parents 23eeb6da5a51
children 6566390db905
files lisp/comint.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/comint.el	Mon Oct 30 06:22:20 2000 +0000
+++ b/lisp/comint.el	Mon Oct 30 06:25:26 2000 +0000
@@ -1714,7 +1714,7 @@
     ;; Return the contents of the field at the current point.
     (let ((pos (field-beginning (point))))
       (unless (eq (get-char-property pos 'field) 'input)
-	(error "Point not in input field"))
+	(error "Not an input field"))
       (field-string pos))))
 
 (defun comint-copy-old-input ()