mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
; Spelling fixes
This commit is contained in:
parent
798caa12af
commit
7621a52145
7 changed files with 8 additions and 8 deletions
4
etc/NEWS
4
etc/NEWS
|
|
@ -26,8 +26,8 @@ otherwise leave it unmarked.
|
|||
* Installation Changes in Emacs 25.2
|
||||
|
||||
** The new option 'configure --enable-gcc-warnings=warn-only' causes
|
||||
GCC to issue warnings without stopping the bild. This behavior is now
|
||||
the default in developer builds. As before, use
|
||||
GCC to issue warnings without stopping the build. This behavior is
|
||||
now the default in developer builds. As before, use
|
||||
'--disable-gcc-warnings' to suppress GCC's warnings, and
|
||||
'--enable-gcc-warnings' to stop the build if GCC issues warnings.
|
||||
|
||||
|
|
|
|||
|
|
@ -4705,7 +4705,7 @@
|
|||
illegible and invisible text.
|
||||
|
||||
* gnus-util.el (gnus-multiple-choice): Separate choices with
|
||||
", ". Suggested by Dan Jacobson <jidanni@dman.ddts.net>.
|
||||
", ". Suggested by Dan Jacobson <jidanni@dman.ddts.net>.
|
||||
|
||||
2003-02-18 Jesper Harder <harder@ifa.au.dk>
|
||||
|
||||
|
|
|
|||
|
|
@ -9090,7 +9090,7 @@
|
|||
(shr-kinsoku-shorten): New internal variable.
|
||||
(shr-find-fill-point): Make kinsoku shorten text line if
|
||||
shr-kinsoku-shorten is bound to non-nil.
|
||||
(shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
|
||||
(shr-tag-table): Bind shr-kinsoku-shorten to t; refer to
|
||||
shr-indentation too when testing if table is wider than frame width.
|
||||
(shr-insert-table): Use `string-width' instead of `length' to measure
|
||||
text width.
|
||||
|
|
|
|||
|
|
@ -9043,7 +9043,7 @@
|
|||
(pcomplete/org-mode/file-option/email)
|
||||
(pcomplete/org-mode/file-option/date): Use the new macro to offer
|
||||
completion over default values for #+OPTIONS, #+TITLE, #+AUTHOR,
|
||||
#+EMAIL and #+DATE.
|
||||
#+EMAIL and #+DATE.
|
||||
|
||||
* org-agenda.el (org-agenda-write): Fix bug when writing agenda to
|
||||
an external file while `org-agenda-sticky' is non-nil.
|
||||
|
|
|
|||
|
|
@ -3069,7 +3069,7 @@ is in effect or not."
|
|||
|
||||
(c-lang-defconst c-special-brace-lists
|
||||
"List of open- and close-chars that makes up a pike-style brace list,
|
||||
i.e. for a ([ ]) list there should be a cons (?\\[ . ?\\]) in this
|
||||
i.e., for a ([ ]) list there should be a cons (?\\[ . ?\\]) in this
|
||||
list."
|
||||
t nil
|
||||
pike '((?{ . ?}) (?\[ . ?\]) (?< . ?>)))
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
;; Copyright © 2016 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Mario Lang <mlang@delysid.org>
|
||||
;; Author: Vivek Das Mohapatra <vivek@etla.org>
|
||||
;; Author: Vivek Dasmohapatra <vivek@etla.org>
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
|
|
|
|||
|
|
@ -218,7 +218,7 @@ For backends which dont support it, `vc-not-supported' is signalled."
|
|||
|
||||
(defun vc-test--register (backend)
|
||||
"Register and unregister a file.
|
||||
This checks also `vc-backend' and `vc-reponsible-backend'."
|
||||
This checks also `vc-backend' and `vc-responsible-backend'."
|
||||
|
||||
(let ((vc-handled-backends `(,backend))
|
||||
(default-directory
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue