summaryrefslogtreecommitdiff
path: root/doc/lispref/functions.texi
diff options
context:
space:
mode:
authorTom Levy <tomlevy93@gmail.com>2021-11-09 12:51:48 +0000
committerLars Ingebrigtsen <larsi@gnus.org>2021-11-10 01:17:42 +0100
commitbeaa7e14f39734eae845aa23b32b854338308ba1 (patch)
tree8584e78eeb6519073769149dcda68cb9b6a0a3a6 /doc/lispref/functions.texi
parent747a1ae4ac3b293f838a19c1b5fc1099446d9666 (diff)
downloademacs-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.texi2
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