summaryrefslogtreecommitdiff
path: root/doc/lispref/functions.texi
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2021-11-10 12:12:30 +0100
committerStefan Kangas <stefan@marxist.se>2021-11-10 12:12:30 +0100
commitacf408934d771fe652fbd5a73e96cc12d93362c0 (patch)
tree6507b1530f434fadede65e35d096505b7a098e33 /doc/lispref/functions.texi
parentd7e7f92fc3752ab3db64bb72321d76dc9e6b43e4 (diff)
parent8d81ab374da4d159cd05cd8caaaae2390829ccee (diff)
downloademacs-acf408934d771fe652fbd5a73e96cc12d93362c0.tar.gz
emacs-acf408934d771fe652fbd5a73e96cc12d93362c0.tar.bz2
emacs-acf408934d771fe652fbd5a73e96cc12d93362c0.zip
Merge from origin/emacs-28
8d81ab374d time-stamp: %F is "file name" not "pathname" + other doc beaa7e14f3 ; Fix typos in CONTRIBUTE, ELisp manual, ediff 747a1ae4ac * doc/misc/eww.texi (Advanced): Fix missed variable name e... 52fe2340b8 * doc/emacs/windows.texi (Window Convenience): Use @code f... 7d3a654e2a * doc/emacs/maintaining.texi (Basic VC Editing): Mention D... aeb19af4b5 ; * doc/emacs/building.texi (Lisp Libraries): Fix a typo. ... # Conflicts: # etc/NEWS
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 8f98ac935c9..9c1fde06b54 100644
--- a/doc/lispref/functions.texi
+++ b/doc/lispref/functions.texi
@@ -1450,7 +1450,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