diff options
Diffstat (limited to 'lisp/emulation/viper-util.el')
-rw-r--r-- | lisp/emulation/viper-util.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/emulation/viper-util.el b/lisp/emulation/viper-util.el index 7cba5441c2..cdeef733bc 100644 --- a/lisp/emulation/viper-util.el +++ b/lisp/emulation/viper-util.el @@ -1,6 +1,6 @@ ;;; viper-util.el --- Utilities used by viper.el -;; Copyright (C) 1994-1997, 1999-2012 Free Software Foundation, Inc. +;; Copyright (C) 1994-1997, 1999-2012 Free Software Foundation, Inc. ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> ;; Package: viper @@ -295,7 +295,7 @@ Otherwise return the normal value." result)) ;; Emacs used to count each multibyte character as several positions in the buffer, -;; so we had to use Emacs' chars-in-region to count characters. Since 20.3, +;; so we had to use Emacs's chars-in-region to count characters. Since 20.3, ;; Emacs counts multibyte characters as 1 position. XEmacs has always been ;; counting each char as just one pos. So, now we can simply subtract beg from ;; end to determine the number of characters in a region. @@ -1112,7 +1112,7 @@ Otherwise return the normal value." lis))) -;; Smooths out the difference between Emacs' unread-command-events +;; Smooths out the difference between Emacs's unread-command-events ;; and XEmacs unread-command-event. Arg is a character, an event, a list of ;; events or a sequence of keys. ;; |