summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/eval-reg.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/emacs-lisp/eval-reg.el')
-rw-r--r--lisp/emacs-lisp/eval-reg.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/eval-reg.el b/lisp/emacs-lisp/eval-reg.el
index f4e32ded320..a956aa4a267 100644
--- a/lisp/emacs-lisp/eval-reg.el
+++ b/lisp/emacs-lisp/eval-reg.el
@@ -130,7 +130,7 @@ nil means discard it; anything else is stream for print.
This version, from `eval-reg.el', allows Lisp customization of read,
eval, and the printer."
- ;; Because this doesnt narrow to the region, one other difference
+ ;; Because this doesn't narrow to the region, one other difference
;; concerns inserting whitespace after the expression being evaluated.
(interactive "r")
@@ -138,7 +138,7 @@ eval, and the printer."
(original-eval-region elisp-start elisp-end elisp-output)
(let ((elisp-pnt (point))
(elisp-buf (current-buffer));; Outside buffer
- (elisp-inside-buf (current-buffer));; Buffer current while evaling
+ (elisp-inside-buf (current-buffer));; Buffer current while evalling
;; Mark the end because it may move.
(elisp-end-marker (set-marker (make-marker) elisp-end))
elisp-form