diff options
| author | Stefan Kangas | 2022-08-10 06:31:02 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2022-08-10 06:31:02 +0200 |
| commit | 358ad0d30a099efcdc5a8f1d6fffe27360a91168 (patch) | |
| tree | 46e65d412d4263113e3fd3a0336caa1a955066d7 /lisp/vc/diff-mode.el | |
| parent | 5e07d1d0fc93bfd59983d5a832d08e771e5b6212 (diff) | |
| parent | 14833cd9dfc82a2dcfb8bc24a209e9b16c48b5b8 (diff) | |
| download | emacs-358ad0d30a099efcdc5a8f1d6fffe27360a91168.tar.gz emacs-358ad0d30a099efcdc5a8f1d6fffe27360a91168.zip | |
Merge from origin/emacs-28
14833cd9df Improve wording when documenting other TRAMP syntaxes
628df15da5 ; * doc/misc/viper.texi (Rudimentary Changes): Avoid alias.
85de996bbb * lisp/vc/diff-mode.el: Don't mention XEmacs.
Diffstat (limited to 'lisp/vc/diff-mode.el')
| -rw-r--r-- | lisp/vc/diff-mode.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/vc/diff-mode.el b/lisp/vc/diff-mode.el index aa426446d73..e4a1996c1bb 100644 --- a/lisp/vc/diff-mode.el +++ b/lisp/vc/diff-mode.el | |||
| @@ -27,8 +27,8 @@ | |||
| 27 | ;; to the corresponding source file. | 27 | ;; to the corresponding source file. |
| 28 | 28 | ||
| 29 | ;; Inspired by Pavel Machek's patch-mode.el (<pavel@@atrey.karlin.mff.cuni.cz>) | 29 | ;; Inspired by Pavel Machek's patch-mode.el (<pavel@@atrey.karlin.mff.cuni.cz>) |
| 30 | ;; Some efforts were spent to have it somewhat compatible with XEmacs's | 30 | ;; Some efforts were spent to have it somewhat compatible with |
| 31 | ;; diff-mode as well as with compilation-minor-mode | 31 | ;; `compilation-minor-mode'. |
| 32 | 32 | ||
| 33 | ;; Bugs: | 33 | ;; Bugs: |
| 34 | 34 | ||