diff options
Diffstat (limited to 'lisp/emulation')
| -rw-r--r-- | lisp/emulation/viper.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/emulation/viper.el b/lisp/emulation/viper.el index 521edbe6048..0f5c92c2c9e 100644 --- a/lisp/emulation/viper.el +++ b/lisp/emulation/viper.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; viper.el --- A full-featured Vi emulator for Emacs and XEmacs, -*-lexical-binding:t -*- | 1 | ;;; viper.el --- A full-featured Vi emulator for Emacs -*- lexical-binding:t -*- |
| 2 | ;; a VI Plan for Emacs Rescue, | 2 | ;; a VI Plan for Emacs Rescue, |
| 3 | ;; and a venomous VI PERil. | 3 | ;; and a venomous VI PERil. |
| 4 | ;; Viper Is also a Package for Emacs Rebels. | 4 | ;; Viper Is also a Package for Emacs Rebels. |
| @@ -34,7 +34,7 @@ | |||
| 34 | 34 | ||
| 35 | ;;; Commentary: | 35 | ;;; Commentary: |
| 36 | 36 | ||
| 37 | ;; Viper is a full-featured Vi emulator for Emacs and XEmacs. It emulates and | 37 | ;; Viper is a full-featured Vi emulator for Emacs. It emulates and |
| 38 | ;; improves upon the standard features of Vi and, at the same time, allows | 38 | ;; improves upon the standard features of Vi and, at the same time, allows |
| 39 | ;; full access to all Emacs facilities. Viper supports multiple undo, | 39 | ;; full access to all Emacs facilities. Viper supports multiple undo, |
| 40 | ;; file name completion, command, file, and search history and it extends | 40 | ;; file name completion, command, file, and search history and it extends |
| @@ -541,7 +541,7 @@ If Viper is enabled, turn it off. Otherwise, turn it on." | |||
| 541 | "Viper Is a Package for Emacs Rebels, | 541 | "Viper Is a Package for Emacs Rebels, |
| 542 | a VI Plan for Emacs Rescue, and a venomous VI PERil. | 542 | a VI Plan for Emacs Rescue, and a venomous VI PERil. |
| 543 | 543 | ||
| 544 | Incidentally, Viper emulates Vi under Emacs/XEmacs 20. | 544 | Incidentally, Viper emulates Vi under Emacs. |
| 545 | It supports all of what is good in Vi and Ex, while extending | 545 | It supports all of what is good in Vi and Ex, while extending |
| 546 | and improving upon much of it. | 546 | and improving upon much of it. |
| 547 | 547 | ||