diff options
author | Tom Levy <tomlevy93@gmail.com> | 2021-11-09 12:51:48 +0000 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2021-11-10 01:17:42 +0100 |
commit | beaa7e14f39734eae845aa23b32b854338308ba1 (patch) | |
tree | 8584e78eeb6519073769149dcda68cb9b6a0a3a6 /doc/lispref/functions.texi | |
parent | 747a1ae4ac3b293f838a19c1b5fc1099446d9666 (diff) | |
download | emacs-beaa7e14f39734eae845aa23b32b854338308ba1.tar.gz emacs-beaa7e14f39734eae845aa23b32b854338308ba1.tar.bz2 emacs-beaa7e14f39734eae845aa23b32b854338308ba1.zip |
; 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
Diffstat (limited to 'doc/lispref/functions.texi')
-rw-r--r-- | doc/lispref/functions.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/functions.texi b/doc/lispref/functions.texi index cb14d02d449..afb9dfcb9ec 100644 --- a/doc/lispref/functions.texi +++ b/doc/lispref/functions.texi @@ -1451,7 +1451,7 @@ is not a function, e.g., a keyboard macro (@pxref{Keyboard Macros}): @result{} "\^u2\^k" @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 defalias}. @end defun |