diff options
| author | Stefan Kangas | 2019-09-13 18:06:31 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2019-09-13 18:37:15 +0200 |
| commit | 45b01f2d7fc9929fccf2e173291001ab04387947 (patch) | |
| tree | b431b89800a06b84ae44b0474edfb96cfcbed0c9 /lisp/emulation | |
| parent | 897540069fb09d091802046046daca821079aac5 (diff) | |
| download | emacs-45b01f2d7fc9929fccf2e173291001ab04387947.tar.gz emacs-45b01f2d7fc9929fccf2e173291001ab04387947.zip | |
Remove leftover XEmacs compat code and doc fixes
* lisp/mail/feedmail.el (top-level): Remove outdated comment.
(feedmail-run-the-queue): Remove leftover XEmacs compat code.
(feedmail-nuke-bcc): Doc fix.
* lisp/emulation/viper.el (top-level, viper-mode)
* lisp/net/rfc2104.el (top-level): Doc fix.
* lisp/textmodes/table.el (top-level): Remove obsolete todo.
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 | ||