diff options
| author | Stefan Kangas | 2022-10-02 15:16:17 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2022-10-02 15:18:04 +0200 |
| commit | ab047d74dcc2f589c800d088efd4632c56d82fdd (patch) | |
| tree | 527bab14216c94a70b549f6fbad496d3846823e0 | |
| parent | 98dd8c6ebff7613721dadf294957916e23aaa8cf (diff) | |
| download | emacs-ab047d74dcc2f589c800d088efd4632c56d82fdd.tar.gz emacs-ab047d74dcc2f589c800d088efd4632c56d82fdd.zip | |
Decrease use of the word "Emacsen" in Tramp docs
* lisp/net/tramp-archive.el:
* lisp/net/tramp-smb.el:
* lisp/net/tramp-uu.el:
* lisp/net/tramp.el: Don't say "Emacsen" when a different wording
would be clearer.
| -rw-r--r-- | lisp/net/tramp-archive.el | 4 | ||||
| -rw-r--r-- | lisp/net/tramp-smb.el | 2 | ||||
| -rw-r--r-- | lisp/net/tramp-uu.el | 2 | ||||
| -rw-r--r-- | lisp/net/tramp.el | 4 |
4 files changed, 6 insertions, 6 deletions
diff --git a/lisp/net/tramp-archive.el b/lisp/net/tramp-archive.el index b343e460df6..646ae864526 100644 --- a/lisp/net/tramp-archive.el +++ b/lisp/net/tramp-archive.el | |||
| @@ -201,7 +201,7 @@ It must be supported by libarchive(3).") | |||
| 201 | 201 | ||
| 202 | (put #'tramp-archive-autoload-file-name-regexp 'tramp-autoload t) | 202 | (put #'tramp-archive-autoload-file-name-regexp 'tramp-autoload t) |
| 203 | 203 | ||
| 204 | ;; In older Emacsen (prior 27.1), `tramp-archive-autoload-file-name-regexp' | 204 | ;; In older Emacs (prior 27.1), `tramp-archive-autoload-file-name-regexp' |
| 205 | ;; is not autoloaded. So we cannot expect it to be known in | 205 | ;; is not autoloaded. So we cannot expect it to be known in |
| 206 | ;; tramp-loaddefs.el. But it exists, when tramp-archive.el is loaded. | 206 | ;; tramp-loaddefs.el. But it exists, when tramp-archive.el is loaded. |
| 207 | ;;;###tramp-autoload | 207 | ;;;###tramp-autoload |
| @@ -332,7 +332,7 @@ arguments to pass to the OPERATION." | |||
| 332 | 332 | ||
| 333 | ;; Starting with Emacs 29, `tramp-archive-file-name-handler' is | 333 | ;; Starting with Emacs 29, `tramp-archive-file-name-handler' is |
| 334 | ;; autoloaded. But it must still be in tramp-loaddefs.el for older | 334 | ;; autoloaded. But it must still be in tramp-loaddefs.el for older |
| 335 | ;; Emacsen. | 335 | ;; versions of Emacs. |
| 336 | ;;;###autoload(autoload 'tramp-archive-file-name-handler "tramp-archive") | 336 | ;;;###autoload(autoload 'tramp-archive-file-name-handler "tramp-archive") |
| 337 | ;;;###tramp-autoload | 337 | ;;;###tramp-autoload |
| 338 | (defun tramp-archive-file-name-handler (operation &rest args) | 338 | (defun tramp-archive-file-name-handler (operation &rest args) |
diff --git a/lisp/net/tramp-smb.el b/lisp/net/tramp-smb.el index 11b3689df60..e55f6bb6ee5 100644 --- a/lisp/net/tramp-smb.el +++ b/lisp/net/tramp-smb.el | |||
| @@ -1761,7 +1761,7 @@ Result is a list of (LOCALNAME MODE SIZE MONTH DAY TIME YEAR)." | |||
| 1761 | ;; | 1761 | ;; |
| 1762 | ;; Problems: | 1762 | ;; Problems: |
| 1763 | ;; * Modern regexp constructs, like spy groups and counted repetitions, aren't | 1763 | ;; * Modern regexp constructs, like spy groups and counted repetitions, aren't |
| 1764 | ;; available in older Emacsen. | 1764 | ;; available in older versions of Emacs. |
| 1765 | ;; * The length of constructs (file name, size) might exceed the default. | 1765 | ;; * The length of constructs (file name, size) might exceed the default. |
| 1766 | ;; * File names might contain spaces. | 1766 | ;; * File names might contain spaces. |
| 1767 | ;; * Permissions might be empty. | 1767 | ;; * Permissions might be empty. |
diff --git a/lisp/net/tramp-uu.el b/lisp/net/tramp-uu.el index e849c36d132..2bbdb299a69 100644 --- a/lisp/net/tramp-uu.el +++ b/lisp/net/tramp-uu.el | |||
| @@ -25,7 +25,7 @@ | |||
| 25 | ;;; Commentary: | 25 | ;;; Commentary: |
| 26 | 26 | ||
| 27 | ;; An implementation of "uuencode" in Lisp. Uses the function | 27 | ;; An implementation of "uuencode" in Lisp. Uses the function |
| 28 | ;; base64-encode-region which is built-in to modern Emacsen. | 28 | ;; base64-encode-region which is built-in to modern Emacs. |
| 29 | 29 | ||
| 30 | ;;; Code: | 30 | ;;; Code: |
| 31 | 31 | ||
diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el index ada529d396f..03dc47a053f 100644 --- a/lisp/net/tramp.el +++ b/lisp/net/tramp.el | |||
| @@ -3676,7 +3676,7 @@ Let-bind it when necessary.") | |||
| 3676 | 3676 | ||
| 3677 | ;; `directory-abbrev-apply' and `directory-abbrev-make-regexp' exists | 3677 | ;; `directory-abbrev-apply' and `directory-abbrev-make-regexp' exists |
| 3678 | ;; since Emacs 29.1. Since this handler isn't called for older | 3678 | ;; since Emacs 29.1. Since this handler isn't called for older |
| 3679 | ;; Emacsen, it is save to invoke them via `tramp-compat-funcall'. | 3679 | ;; Emacs, it is save to invoke them via `tramp-compat-funcall'. |
| 3680 | (defun tramp-handle-abbreviate-file-name (filename) | 3680 | (defun tramp-handle-abbreviate-file-name (filename) |
| 3681 | "Like `abbreviate-file-name' for Tramp files." | 3681 | "Like `abbreviate-file-name' for Tramp files." |
| 3682 | (let* ((case-fold-search (file-name-case-insensitive-p filename)) | 3682 | (let* ((case-fold-search (file-name-case-insensitive-p filename)) |
| @@ -5487,7 +5487,7 @@ performed successfully. Any other value means an error." | |||
| 5487 | Mostly useful to protect BODY from being interrupted by timers." | 5487 | Mostly useful to protect BODY from being interrupted by timers." |
| 5488 | (declare (indent 1) (debug t)) | 5488 | (declare (indent 1) (debug t)) |
| 5489 | `(if (tramp-get-connection-property ,proc "locked") | 5489 | `(if (tramp-get-connection-property ,proc "locked") |
| 5490 | ;; Be kind for older Emacsen. | 5490 | ;; Be kind for old versions of Emacs. |
| 5491 | (if (member 'remote-file-error debug-ignored-errors) | 5491 | (if (member 'remote-file-error debug-ignored-errors) |
| 5492 | (throw 'non-essential 'non-essential) | 5492 | (throw 'non-essential 'non-essential) |
| 5493 | (tramp-error | 5493 | (tramp-error |