summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1996-07-20 17:20:16 +0000
committerKarl Heuer <kwzh@gnu.org>1996-07-20 17:20:16 +0000
commit078763f48ce673d6c71ce90b1d8b62979a3b194c (patch)
treed51ed36d1a808714ba33dbab3dc67f6a449ff5e9
parent8b19f4a4c600e0bd8e47c837d845367b326b7db7 (diff)
downloademacs-078763f48ce673d6c71ce90b1d8b62979a3b194c.tar.gz
(vip-ms-style-os-p): Doc fix.
-rw-r--r--lisp/emulation/viper.el12
1 files changed, 6 insertions, 6 deletions
diff --git a/lisp/emulation/viper.el b/lisp/emulation/viper.el
index 6c940d9522c..f45ee975c1e 100644
--- a/lisp/emulation/viper.el
+++ b/lisp/emulation/viper.el
@@ -88,7 +88,7 @@
;; The same macro name can have several different definitions:
;; one global, several definitions for various major modes, and
;; definitions for specific buffers.
-;; Bffer-specific definitions override mode-specific
+;; Buffer-specific definitions override mode-specific
;; definitions, which, in turn, override global definitions.
;;
;;
@@ -100,8 +100,8 @@
;;; Acknowledgements:
;; -----------------
-;; Bug reports and ideas contributed by the following users
-;; have helped improve Viper and the various versions of VIP.
+;; Bug reports and ideas contributed by many users have helped
+;; improve Viper and the various versions of VIP.
;; See the on-line manual for a complete list of contributors.
;;
;;
@@ -155,8 +155,8 @@
;; For instance, C-c will not have its standard Emacs binding
;; and so many of the goodies of Emacs are not available.
;;
-;; An skilled user, should set vip-expert-level to at least 3. This will
-;; enable ;; C-c and many Emacs facilities will become available.
+;; A skilled user should set vip-expert-level to at least 3. This will
+;; enable `C-c' and many Emacs facilities will become available.
;; In this case, vip-vi-diehard-minor-mode is inactive.
;;
;; Viper gurus should have at least
@@ -821,7 +821,7 @@ These buffers can be cycled through via :R and :P commands.")
"t means, arrange that vi-state will be a default.")
(defvar vip-ms-style-os-p (memq system-type '(ms-dos windows-nt windows-95))
- "Tells is Emacs is running under an MS-style OS: ms-dos, window-nt, W95.")
+ "Tells if Emacs is running under an MS-style OS: ms-dos, windows-nt, W95.")
(defvar vip-vms-os-p (memq system-type '(vax-vms axp-vms))
"Tells if Emacs is running under VMS.")