]> git.eshelyaron.com Git - emacs.git/commitdiff
Revert "Decrease use of the word "Emacsen" in docs"
authorStefan Kangas <stefankangas@gmail.com>
Sat, 1 Oct 2022 20:32:25 +0000 (22:32 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Sat, 1 Oct 2022 20:34:47 +0000 (22:34 +0200)
This reverts commit 55f46cc77cb9d72fbabadb63d8aeab45c5e005e2.

Ref. https://lists.gnu.org/r/emacs-devel/2022-10/msg00016.html

17 files changed:
doc/misc/gnus.texi
doc/misc/widget.texi
lisp/cedet/semantic/bovine/c.el
lisp/cedet/semantic/wisent/comp.el
lisp/desktop.el
lisp/erc/erc-compat.el
lisp/erc/erc-log.el
lisp/gnus/gnus-util.el
lisp/mail/footnote.el
lisp/net/tramp-archive.el
lisp/net/tramp-smb.el
lisp/net/tramp-uu.el
lisp/net/tramp.el
lisp/org/ol-eww.el
lisp/org/org-compat.el
lisp/shadowfile.el
lisp/winner.el

index 9e5b994a3ef2e49f76ce2830d96ae7b93024ee20..b1331e79bf4a40dce37169efc66c601ced56d04c 100644 (file)
@@ -28121,7 +28121,7 @@ If you use a stand-alone Gnus distribution, you'd better add
 lisp directory into load-path.
 
 File @file{gnus-load.el} contains autoload commands, functions and variables,
-some of which may not be included in distributions of Emacs.
+some of which may not be included in distributions of Emacsen.
 
 @end itemize
 
index d3634ebc82a0953ae0ea97eadf81bba78a64521f..c84b49a038cc694c220182e5526c353007ed9f3c 100644 (file)
@@ -587,7 +587,8 @@ string.
 
 @vindex tag-glyph@r{ keyword}
 @item :tag-glyph
-Name of image to use instead of the string specified by @code{:tag}.
+Name of image to use instead of the string specified by @code{:tag} on
+Emacsen that supports it.
 
 @vindex help-echo@r{ keyword}
 @item :help-echo
@@ -1013,10 +1014,12 @@ A string representing the @samp{off} state.  By default the string
 @samp{off}.
 @vindex on-glyph@r{ keyword}
 @item :on-glyph
-Name of a glyph to be used instead of the @samp{:on} text string.
+Name of a glyph to be used instead of the @samp{:on} text string, on
+emacsen that supports this.
 @vindex off-glyph@r{ keyword}
 @item :off-glyph
-Name of a glyph to be used instead of the @samp{:off} text string.
+Name of a glyph to be used instead of the @samp{:off} text string, on
+emacsen that supports this.
 @end table
 
 @node checkbox
index 6e880b92d40c7e378aca7e2a69dd2c151dfd4251..d4ce20589e604338e56005c75b65baa9a05d4842 100644 (file)
@@ -308,7 +308,7 @@ Moves completely over balanced #if blocks."
        ;; We found a nested if.  Skip it.
        (if (fboundp 'c-scan-conditionals)
            (goto-char (c-scan-conditionals 1))
-          ;; For older versions of Emacs, but this will set the mark.
+         ;; For older Emacsen, but this will set the mark.
          (c-forward-conditional 1)))
        ((looking-at "^\\s-*#\\s-*elif")
        ;; We need to let the preprocessor analyze this one.
index 2ffce5652da9a4fecfef883c7559f11b9ef055fc..e24f6128a68c164cedb2afe639ae8f9709e73cac 100644 (file)
@@ -3449,7 +3449,7 @@ Automatically called by the Emacs Lisp byte compiler as a
 
 (defun wisent-compile-grammar (grammar &optional start-list)
   ;; This is kept for compatibility with FOO-wy.el files generated
-  ;; with older versions of Emacs.
+  ;; with older Emacsen.
   (declare (obsolete wisent-compiled-grammar "Mar 2021"))
   (wisent--compile-grammar grammar start-list))
 
index ec321faa630e193a0ee21f2c735531a4ecc8cde9..ef73bc596df60991d8fd7bc7f03c2b5302b7cb48 100644 (file)
@@ -1186,7 +1186,7 @@ no questions asked."
          (goto-char (point-max))
          (insert "\n;; Global section:\n")
          ;; Called here because we save the window/frame state as a global
-          ;; variable for compatibility with older versions of Emacs.
+         ;; variable for compatibility with previous Emacsen.
          (desktop-save-frameset)
          (unless (memq 'desktop-saved-frameset desktop-globals-to-save)
            (desktop-outvar 'desktop-saved-frameset))
index 4a1280fe64d8dd36c80db91829ced985221d30f0..8a00e711acd9c96e419fdb6ada58858d6ffe0229 100644 (file)
@@ -1,6 +1,6 @@
-;;; erc-compat.el --- ERC compatibility code for old Emacs versions  -*- lexical-binding: t; -*-
+;;; erc-compat.el --- ERC compatibility code for older Emacsen  -*- lexical-binding: t; -*-
 
-;; Copyright (C) 2002-2022 Free Software Foundation, Inc.
+;; Copyright (C) 2002-2003, 2005-2022 Free Software Foundation, Inc.
 
 ;; Author: Alex Schroeder <alex@gnu.org>
 ;; Maintainer: Amin Bandali <bandali@gnu.org>, F. Jason Park <jp@neverwas.me>
index 7a79754ab456eaac6249a2bdc3a73046dea62513..57093d3fc6ccee7c097a2d07421c7d0ed8a2444f 100644 (file)
 ;;; TODO:
 ;;
 ;; * Really, we need to lock the logfiles somehow, so that if a user
-;;   is running multiple Emacs processes and/or on the same channel as
-;;   more than one user, only one process writes to the logfile.  This
-;;   is especially needed for those logfiles with no nick in them, as
+;;   is running multiple emacsen and/or on the same channel as more
+;;   than one user, only one process writes to the logfile.  This is
+;;   especially needed for those logfiles with no nick in them, as
 ;;   these would become corrupted.
-;;   For a single Emacs process, the problem could be solved using a
+;;   For a single emacs process, the problem could be solved using a
 ;;   variable which contained the names of buffers already being
 ;;   logged.  This would require that logging be buffer-local,
 ;;   possibly not a bad thing anyway, since many people don't want to
 ;;   log the server buffer.
-;;   For multiple Emacs processes the problem is trickier.  On some
-;;   systems, on could use the function `lock-buffer' and
-;;   `unlock-buffer'.  However, file locking isn't implemented on all
-;;   platforms, for example, there is none on w32 systems.
+;;   For multiple emacsen the problem is trickier.  On some systems,
+;;   on could use the function `lock-buffer' and `unlock-buffer'.
+;;   However, file locking isn't implemented on all platforms, for
+;;   example, there is none on w32 systems.
 ;;   A third possibility might be to fake lockfiles.  However, this
-;;   might lead to problems if one Emacs crashes, as the lockfile
+;;   might lead to problems if an emacs crashes, as the lockfile
 ;;   would be left lying around.
 
 ;;; Code:
index 2cf1d2f18c7b975f6579d3411c1865b51f0c6dbd..fe556b155a80e83987ee22f9428e7c01e15c6a22 100644 (file)
@@ -78,7 +78,7 @@
 If LITERAL is non-nil, insert NEWTEXT literally.  Return a new
 string containing the replacements.
 
-This is a compatibility function."
+This is a compatibility function for different Emacsen."
   (declare (obsolete replace-regexp-in-string "26.1"))
   (replace-regexp-in-string regexp newtext string nil literal))
 
index b2eb0c3e9e8911dd8f6f71d69a364ca69e1c711d..a594fa3ccb4ff037a6aedc5754d3a3a87fa48801 100644 (file)
@@ -24,7 +24,7 @@
 
 ;;; Commentary:
 
-;; This file provides footnote[1] support for message-mode in Emacs.
+;; This file provides footnote[1] support for message-mode in emacsen.
 ;; footnote-mode is implemented as a minor mode.
 
 ;; [1] Footnotes look something like this.  Along with some decorative
index 646ae86452666bef4bf496d3b4a6ba0cbbc6792a..b343e460df6c026ee042606fc5df611758c53136 100644 (file)
@@ -201,7 +201,7 @@ It must be supported by libarchive(3).")
 
 (put #'tramp-archive-autoload-file-name-regexp 'tramp-autoload t)
 
-;; In older Emacs (prior 27.1), `tramp-archive-autoload-file-name-regexp'
+;; In older Emacsen (prior 27.1), `tramp-archive-autoload-file-name-regexp'
 ;; is not autoloaded.  So we cannot expect it to be known in
 ;; tramp-loaddefs.el.  But it exists, when tramp-archive.el is loaded.
 ;;;###tramp-autoload
@@ -332,7 +332,7 @@ arguments to pass to the OPERATION."
 
 ;; Starting with Emacs 29, `tramp-archive-file-name-handler' is
 ;; autoloaded.  But it must still be in tramp-loaddefs.el for older
-;; versions of Emacs.
+;; Emacsen.
 ;;;###autoload(autoload 'tramp-archive-file-name-handler "tramp-archive")
 ;;;###tramp-autoload
 (defun tramp-archive-file-name-handler (operation &rest args)
index e55f6bb6ee506b4e10c8e49de9c497aff0a2fd6d..11b3689df601d6dfec338ef458f7a4a0c63e64fc 100644 (file)
@@ -1761,7 +1761,7 @@ Result is a list of (LOCALNAME MODE SIZE MONTH DAY TIME YEAR)."
 ;;
 ;; Problems:
 ;; * Modern regexp constructs, like spy groups and counted repetitions, aren't
-;;   available in older versions of Emacs.
+;;   available in older Emacsen.
 ;; * The length of constructs (file name, size) might exceed the default.
 ;; * File names might contain spaces.
 ;; * Permissions might be empty.
index 2bbdb299a69265ad65cea9913d8562ab3c0a0a8d..e849c36d132588e1b24bf49491f5e2ebe3ae0d5d 100644 (file)
@@ -25,7 +25,7 @@
 ;;; Commentary:
 
 ;; An implementation of "uuencode" in Lisp.  Uses the function
-;; base64-encode-region which is built-in to modern Emacs.
+;; base64-encode-region which is built-in to modern Emacsen.
 
 ;;; Code:
 
index 03dc47a053fa23ba7e6f978b7ba595aac7deb0b1..ada529d396f7b2a83f93b7bdc6dca0262edf701d 100644 (file)
@@ -3676,7 +3676,7 @@ Let-bind it when necessary.")
 
 ;; `directory-abbrev-apply' and `directory-abbrev-make-regexp' exists
 ;; since Emacs 29.1.  Since this handler isn't called for older
-;; Emacs, it is save to invoke them via `tramp-compat-funcall'.
+;; Emacsen, it is save to invoke them via `tramp-compat-funcall'.
 (defun tramp-handle-abbreviate-file-name (filename)
   "Like `abbreviate-file-name' for Tramp files."
   (let* ((case-fold-search (file-name-case-insensitive-p filename))
@@ -5487,7 +5487,7 @@ performed successfully.  Any other value means an error."
 Mostly useful to protect BODY from being interrupted by timers."
   (declare (indent 1) (debug t))
   `(if (tramp-get-connection-property ,proc "locked")
-       ;; Be kind for old versions of Emacs.
+       ;; Be kind for older Emacsen.
        (if (member 'remote-file-error debug-ignored-errors)
           (throw 'non-essential 'non-essential)
         (tramp-error
index 0bd1b5b926cc69daf8ae1b156b6452d53c6e0a9e..d1bb519510711f84229052a9ae2cbf07a660f9f7 100644 (file)
@@ -48,7 +48,7 @@
 (require 'cl-lib)
 (require 'eww)
 
-;; For Emacs < 25.
+;; For Emacsen < 25.
 (defvar eww-current-title)
 (defvar eww-current-url)
 
index bbad4ae635d50964e53b3f63507cd61262dbd837..15f0daa91aebb3cf105e0dc6ca0afcb4be79c098 100644 (file)
@@ -1,4 +1,4 @@
-;;; org-compat.el --- Compatibility Code for Older Emacs -*- lexical-binding: t; -*-
+;;; org-compat.el --- Compatibility Code for Older Emacsen -*- lexical-binding: t; -*-
 
 ;; Copyright (C) 2004-2022 Free Software Foundation, Inc.
 
@@ -929,7 +929,7 @@ Pass COLUMN and FORCE to `move-to-column'."
   "Define NAME as a new error signal.
 MESSAGE is a string that will be output to the echo area if such
 an error is signaled without being caught by a `condition-case'.
-Implements `define-error' for older versions of Emacs."
+Implements `define-error' for older emacsen."
   (if (fboundp 'define-error) (define-error name message)
     (put name 'error-conditions
          (copy-sequence (cons name (get 'error 'error-conditions))))))
index c8567a7d47ecaf5211b1384d0b633d796da5569c..c1c31fe9c692b73c37e7d2aaa613f2c9b56baabc 100644 (file)
@@ -56,9 +56,8 @@
 
 ;; Bugs & Warnings:
 ;;
-;;  - It is bad to have two instances of Emacs both running shadowfile
-;;  at the same time.  It tries to detect this condition, but is not
-;;  always successful.
+;;  - It is bad to have two Emacsen both running shadowfile at the same
+;;  time.  It tries to detect this condition, but is not always successful.
 ;;
 ;;  - You have to be careful not to edit a file in two locations
 ;;  before shadowfile has had a chance to copy it; otherwise
index 174b698e7b54780b6d1216cecf669f3b63c82238..4290f1fd239139de9aa24b35234dc37d8f7086c5 100644 (file)
@@ -171,7 +171,8 @@ You may want to include buffer names such as *Help*, *Apropos*,
               (/= 0 (minibuffer-depth)))
     (push (selected-frame) winner-modified-list)))
 
-;; Used as `post-command-hook'.
+;; A `post-command-hook' for emacsen with
+;; `window-configuration-change-hook'.
 (defun winner-save-old-configurations ()
   (when (zerop (minibuffer-depth))
     (unless (eq this-command winner-last-command)
@@ -190,7 +191,8 @@ You may want to include buffer names such as *Help*, *Apropos*,
   (winner-insert-if-new (selected-frame))
   (winner-remember))
 
-;; Called by `winner-undo' before "undoing".
+;; A `post-command-hook' for other emacsen.
+;; Also called by `winner-undo' before "undoing".
 (defun winner-save-conditionally ()
   (when (zerop (minibuffer-depth))
     (winner-save-unconditionally)))