aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref
diff options
context:
space:
mode:
authorJuanma Barranquero2011-11-20 04:48:53 +0100
committerJuanma Barranquero2011-11-20 04:48:53 +0100
commitcd1181dbece7f23a801ce9c56b985f9466cd6511 (patch)
tree59d07d411c4de52f8e100fc1d71dbadd9095d1b2 /doc/lispref
parent17e845af732cf7bd0ada49375f014e10deb3d06a (diff)
downloademacs-cd1181dbece7f23a801ce9c56b985f9466cd6511.tar.gz
emacs-cd1181dbece7f23a801ce9c56b985f9466cd6511.zip
Fix typos.
Diffstat (limited to 'doc/lispref')
-rw-r--r--doc/lispref/ChangeLog5
-rw-r--r--doc/lispref/compile.texi2
-rw-r--r--doc/lispref/help.texi2
3 files changed, 7 insertions, 2 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index 232ddff6d3f..150731bdb98 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,3 +1,8 @@
12011-11-20 Juanma Barranquero <lekktu@gmail.com>
2
3 * compile.texi (Compiler Errors):
4 * help.texi (Help Functions): Fix typos.
5
12011-11-19 Chong Yidong <cyd@gnu.org> 62011-11-19 Chong Yidong <cyd@gnu.org>
2 7
3 * windows.texi (Splitting Windows): Clarify role of window 8 * windows.texi (Splitting Windows): Clarify role of window
diff --git a/doc/lispref/compile.texi b/doc/lispref/compile.texi
index fe5563370c4..372c041ab7a 100644
--- a/doc/lispref/compile.texi
+++ b/doc/lispref/compile.texi
@@ -528,7 +528,7 @@ but the compiler does not issue warnings for anything that occurs
528inside @var{body}. 528inside @var{body}.
529 529
530We recommend that you use this construct around the smallest 530We recommend that you use this construct around the smallest
531possible piece of code, to avoid missing possible warnings other than one 531possible piece of code, to avoid missing possible warnings other than
532one you intend to suppress. 532one you intend to suppress.
533@end defspec 533@end defspec
534 534
diff --git a/doc/lispref/help.texi b/doc/lispref/help.texi
index 0ce05d55a07..3426e81cdb3 100644
--- a/doc/lispref/help.texi
+++ b/doc/lispref/help.texi
@@ -653,7 +653,7 @@ buffer, which is used to regenerate the help information when the user
653clicks on the @samp{Back} or @samp{Forward} buttons. Most commands 653clicks on the @samp{Back} or @samp{Forward} buttons. Most commands
654that use the @samp{*Help*} buffer should invoke this function before 654that use the @samp{*Help*} buffer should invoke this function before
655clearing the buffer. The @var{item} argument should have the form 655clearing the buffer. The @var{item} argument should have the form
656@code{(@var{funtion} . @var{args})}, where @var{funtion} is a function 656@code{(@var{function} . @var{args})}, where @var{function} is a function
657to call, with argument list @var{args}, to regenerate the help buffer. 657to call, with argument list @var{args}, to regenerate the help buffer.
658The @var{interactive-p} argument is non-@code{nil} if the calling 658The @var{interactive-p} argument is non-@code{nil} if the calling
659command was invoked interactively; in that case, the stack of items 659command was invoked interactively; in that case, the stack of items