]> git.eshelyaron.com Git - emacs.git/commitdiff
; Use GNU not Gnu in docs
authorGlenn Morris <rgm@gnu.org>
Fri, 23 Mar 2018 20:01:12 +0000 (16:01 -0400)
committerGlenn Morris <rgm@gnu.org>
Fri, 23 Mar 2018 20:01:12 +0000 (16:01 -0400)
13 files changed:
doc/emacs/emacs.texi
doc/emacs/trouble.texi
doc/lispref/display.texi
doc/misc/ada-mode.texi
doc/misc/dired-x.texi
doc/misc/org.texi
lisp/cedet/cedet-global.el
lisp/cedet/ede/locate.el
lisp/files.el
lisp/progmodes/cc-defs.el
lisp/progmodes/inf-lisp.el
lisp/vc/ediff-diff.el
lisp/vc/emerge.el

index df644b9587a16bb7ce6c0ff2ec5ff245681ae6c9..f97a758f3247f6b6e8864637de28710e9389f09b 100644 (file)
@@ -1185,7 +1185,7 @@ Reporting Bugs
 
 Contributing to Emacs Development
 
-* Coding Standards::     Gnu Emacs coding standards.
+* Coding Standards::     GNU Emacs coding standards.
 * Copyright Assignment:: Assigning copyright to the FSF.
 
 Command Line Arguments for Emacs Invocation
index 26deeb78fa06505a8c34862676e0cb9cb8161588..37a73041676961d931f8d85a94994833550368cc 100644 (file)
@@ -698,7 +698,7 @@ include a valid reply email address, in case we need to ask you for
 more information about your report.  Submissions are moderated, so
 there may be a delay before your report appears.
 
-You do not need to know how the Gnu Bug Tracker works in order to
+You do not need to know how the GNU Bug Tracker works in order to
 report a bug, but if you want to, you can read the tracker's online
 documentation to see the various features you can use.
 
@@ -713,7 +713,7 @@ If your data is more than 500,000 bytes, please don't include it
 directly in the bug report; instead, offer to send it on request, or
 make it available online and say where.
 
-The Gnu Bug Tracker will assign a bug number to your report; please
+The GNU Bug Tracker will assign a bug number to your report; please
 use it in the following discussions.
 
   To enable maintainers to investigate a bug, your report
@@ -1246,7 +1246,7 @@ implement a new feature, and submit a patch.
 
 @item
 develop a package that works with Emacs, and publish it on your own
-or in Gnu ELPA (@url{https://elpa.gnu.org/}).
+or in GNU ELPA (@url{https://elpa.gnu.org/}).
 
 @item
 port Emacs to a new platform, but that is not common nowadays.
@@ -1335,7 +1335,7 @@ the Emacs Lisp Reference Manual
 @end itemize
 
 @menu
-* Coding Standards::        Gnu Emacs coding standards
+* Coding Standards::        GNU Emacs coding standards
 * Copyright Assignment::    assigning copyright to the FSF
 @end menu
 
index 2ac89ba970e6fad86a98418eb885cecc04a2e95e..1743a977ec70026722eda00f1dc1578b69fb9233 100644 (file)
@@ -6968,7 +6968,7 @@ The glyph for the end of a truncated screen line (the default for this
 is @samp{$}).  @xref{Glyphs}.  On graphical terminals, Emacs by
 default uses arrows in the fringes to indicate truncation, so the
 display table has no effect, unless you disable the fringes
-(@pxref{Fringes,, Window Fringes, emacs, the Gnu Emacs Manual}).
+(@pxref{Fringes,, Window Fringes, emacs, the GNU Emacs Manual}).
 
 @item 1
 The glyph for the end of a continued line (the default is @samp{\}).
index 67d46fae5a9bf754fecef7637c497a16afbad4be..4a4dbd56a9682f140b431ccb0ac1f61c73c63e66 100644 (file)
@@ -71,7 +71,7 @@ modify this GNU manual.''
 The Emacs mode for programming in Ada helps the user in understanding
 existing code and facilitates writing new code.
 
-When the Gnu Ada compiler GNAT is used, the cross-reference
+When the GNU Ada compiler GNAT is used, the cross-reference
 information output by the compiler is used to provide powerful code
 navigation (jump to definition, find all uses, etc.).
 
@@ -221,7 +221,7 @@ is beyond the scope of this manual; see the current definitions in
 @node Other compiler
 @section Other compiler
 
-By default, Ada mode is configured to use the Gnu Ada compiler GNAT.
+By default, Ada mode is configured to use the GNU Ada compiler GNAT.
 
 To use a different Ada compiler, you must specify the command lines
 used to run that compiler, either in lisp variables or in Emacs
index 60e978c9d9193ec45b876e52ba887175e56f027a..a502667ab8365860cd12a1a74bf1acd99fed462a 100644 (file)
@@ -338,7 +338,7 @@ inside your @code{dired-mode-hook} to have omitting initially turned on in
 
 To enable omitting automatically only in certain directories you can add
 a directory local setting
-(@pxref{Directory Variables,,,emacs,The Gnu Emacs manual}) for Dired mode
+(@pxref{Directory Variables,,,emacs,The GNU Emacs manual}) for Dired mode
 
 @example
 ((dired-mode . ((dired-omit-mode . t))))
@@ -487,7 +487,7 @@ in your @code{dired-mode-hook}.
 @noindent
 This Dired-X feature is obsolete as of Emacs 24.1.  The standard Emacs
 directory local variables mechanism (@pxref{Directory
-Variables,,,emacs,The Gnu Emacs manual}) replaces it.  For an example of
+Variables,,,emacs,The GNU Emacs manual}) replaces it.  For an example of
 the new mechanisms, @pxref{Omitting Variables}.
 
 When Dired visits a directory, it looks for a file whose name is the
index c6d603cd606eb97e58524d5677cc0c13f8224c25..216f43eb32b9babfa774f2e24b6b1709dd8bad54 100644 (file)
@@ -2060,7 +2060,7 @@ You can check syntax in your documents using @code{org-lint} command.
 
 Org comes with a fast and intuitive table editor.  Spreadsheet-like
 calculations are supported using the Emacs @file{calc} package
-(@pxref{Top, Calc, , calc, Gnu Emacs Calculator Manual}).
+(@pxref{Top, Calc, , calc, GNU Emacs Calculator Manual}).
 
 @menu
 * Built-in table editor::       Simple tables
index ad05af241da0caa40a84bc02cb79b5569eca2034..a0e88136e27d213f2eab2bf74cf3a0fcdd3443fb 100644 (file)
@@ -105,7 +105,7 @@ SCOPE is the scope of the search, such as 'project or 'subdirs."
 (defun cedet-gnu-global-expand-filename (filename)
   "Expand the FILENAME with GNU Global.
 Return a list of absolute filenames or nil if none found.
-Signal an error if Gnu global not available."
+Signal an error if GNU global not available."
   (interactive "sFile: ")
   (let ((ans (with-current-buffer (cedet-gnu-global-call (list "-Pa" filename))
               (goto-char (point-min))
index fbc8dc8f8ffb34845e738eb8366844aa9c833c07..c1c4851048305ba11f04c1c693b4f1985e3c81fb 100644 (file)
@@ -246,7 +246,7 @@ variable `cedet-global-command'.")
 
 (cl-defmethod ede-locate-file-in-project-impl ((loc ede-locate-global)
                                                filesubstring)
-  "Locate occurrences of FILESUBSTRING in LOC, using Gnu Global."
+  "Locate occurrences of FILESUBSTRING in LOC, using GNU Global."
   (require 'cedet-global)
   (let ((default-directory (oref loc root)))
     (cedet-gnu-global-expand-filename filesubstring)))
index 46d4b0c3686dd57ed2f43b35dad13caafb07d98d..a10c067cf7193d166a9011593fe778b5dda468d1 100644 (file)
@@ -2538,7 +2538,7 @@ since only a single case-insensitive search through the alist is made."
             ("\\.make\\'" . makefile-bsdmake-mode)
             ("GNUmakefile\\'" . makefile-gmake-mode)
             ("[Mm]akefile\\'" . makefile-bsdmake-mode))
-        '(("\\.mk\\'" . makefile-gmake-mode)   ; Might be any make, give Gnu the host advantage
+        '(("\\.mk\\'" . makefile-gmake-mode)   ; Might be any make, give GNU the host advantage
           ("\\.make\\'" . makefile-gmake-mode)
           ("[Mm]akefile\\'" . makefile-gmake-mode)))
      ("\\.am\\'" . makefile-automake-mode)
index 02b96517eb882a054fc6147c5c331a94c24b986f..613e2b303d9630d46a974633db3e0cefc789efaa 100644 (file)
@@ -1247,7 +1247,7 @@ remains unchanged."
                                     -char-))
                            (delete-extent ext)))
                      nil ,from ,to ,value nil -property-))
-    ;; Gnu Emacs
+    ;; GNU Emacs
     `(c-clear-char-property-with-value-on-char-function ,from ,to ,property
                                                        ,value ,char)))
 
index f0e052feb8f6030c235d0bf5626bf199d5932a4f..55e5d0ecdc3ff2aca6cb587b043a53f478146ef6 100644 (file)
@@ -108,8 +108,8 @@ mode.  Default is whitespace followed by 0 or 1 single-letter colon-keyword
 
 ;;; These commands augment Lisp mode, so you can process Lisp code in
 ;;; the source files.
-(define-key lisp-mode-map "\M-\C-x"  'lisp-eval-defun)     ; Gnu convention
-(define-key lisp-mode-map "\C-x\C-e" 'lisp-eval-last-sexp) ; Gnu convention
+(define-key lisp-mode-map "\M-\C-x"  'lisp-eval-defun)     ; GNU convention
+(define-key lisp-mode-map "\C-x\C-e" 'lisp-eval-last-sexp) ; GNU convention
 (define-key lisp-mode-map "\C-c\C-e" 'lisp-eval-defun)
 (define-key lisp-mode-map "\C-c\C-r" 'lisp-eval-region)
 (define-key lisp-mode-map "\C-c\C-n" 'lisp-eval-form-and-next)
index f2944e5708c739ed0e5861907923f7a2678d66c3..34410923ad43b31cc02a3595b8559d1ebfa369a4 100644 (file)
@@ -909,7 +909,7 @@ delimiter regions"))
 (defun ediff-get-diff3-group (file)
   ;; This save-excursion allows ediff-get-diff3-group to be called for the
   ;; various groups of lines (1, 2, 3) in any order, and for the lines to
-  ;; appear in any order.  The reason this is necessary is that Gnu diff3
+  ;; appear in any order.  The reason this is necessary is that GNU diff3
   ;; can produce the groups in the order 1, 2, 3 or 1, 3, 2.
   (save-excursion
     (re-search-forward
index 3f945bbb2bf18622f8305907c19bdbd1eecc9313..0da14d07fd3aa751a9d5a1b736a07b677eb17eaf 100644 (file)
@@ -832,7 +832,7 @@ This is *not* a user option, since Emerge uses it for its own processing.")
 (defun emerge-get-diff3-group (file)
   ;; This save-excursion allows emerge-get-diff3-group to be called for the
   ;; various groups of lines (1, 2, 3) in any order, and for the lines to
-  ;; appear in any order.  The reason this is necessary is that Gnu diff3
+  ;; appear in any order.  The reason this is necessary is that GNU diff3
   ;; can produce the groups in the order 1, 2, 3 or 1, 3, 2.
   (save-excursion
     (re-search-forward