1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00

; Fix typos in CONTRIBUTE, ELisp manual, ediff

* CONTRIBUTE: Remove stray '. after git command.
* doc/lispref/functions.texi (Function Cells): Fix typo.
* lisp/vc/ediff.el (ediff-regions-wordwise): Fix typo in prompts
("Region's A buffer" => "Region A's buffer") (bug#51718).

Copyright-paperwork-exempt: yes
This commit is contained in:
Tom Levy 2021-11-09 12:51:48 +00:00 committed by Lars Ingebrigtsen
parent 747a1ae4ac
commit beaa7e14f3
3 changed files with 4 additions and 4 deletions

View file

@ -58,7 +58,7 @@ format and whitespace are not munged in transit by the various mail
agents. To send just one such patch without additional remarks, it is agents. To send just one such patch without additional remarks, it is
also possible to use a command like also possible to use a command like
git send-email --to=bug-gnu-emacs@gnu.org 0001-DESCRIPTION.patch'. git send-email --to=bug-gnu-emacs@gnu.org 0001-DESCRIPTION.patch
However, we prefer the 'git format-patch' method with attachment, as However, we prefer the 'git format-patch' method with attachment, as
doing so delivers patches in the correct and easily-recognizable format doing so delivers patches in the correct and easily-recognizable format

View file

@ -1451,7 +1451,7 @@ is not a function, e.g., a keyboard macro (@pxref{Keyboard Macros}):
@result{} "\^u2\^k" @result{} "\^u2\^k"
@end example @end example
It you wish to use @code{fset} to make an alternate name for a If you wish to use @code{fset} to make an alternate name for a
function, consider using @code{defalias} instead. @xref{Definition of function, consider using @code{defalias} instead. @xref{Definition of
defalias}. defalias}.
@end defun @end defun

View file

@ -983,9 +983,9 @@ STARTUP-HOOKS is a list of functions that Emacs calls without
arguments after setting up the Ediff buffers." arguments after setting up the Ediff buffers."
(interactive (interactive
(let (bf) (let (bf)
(list (setq bf (read-buffer "Region's A buffer: " (list (setq bf (read-buffer "Region A's buffer: "
(ediff-other-buffer "") t)) (ediff-other-buffer "") t))
(read-buffer "Region's B buffer: " (read-buffer "Region B's buffer: "
(progn (progn
;; realign buffers so that two visible bufs will be ;; realign buffers so that two visible bufs will be
;; at the top ;; at the top