diff options
| author | Juanma Barranquero | 2011-11-20 04:48:53 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2011-11-20 04:48:53 +0100 |
| commit | cd1181dbece7f23a801ce9c56b985f9466cd6511 (patch) | |
| tree | 59d07d411c4de52f8e100fc1d71dbadd9095d1b2 /doc/lispref | |
| parent | 17e845af732cf7bd0ada49375f014e10deb3d06a (diff) | |
| download | emacs-cd1181dbece7f23a801ce9c56b985f9466cd6511.tar.gz emacs-cd1181dbece7f23a801ce9c56b985f9466cd6511.zip | |
Fix typos.
Diffstat (limited to 'doc/lispref')
| -rw-r--r-- | doc/lispref/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/lispref/compile.texi | 2 | ||||
| -rw-r--r-- | doc/lispref/help.texi | 2 |
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 @@ | |||
| 1 | 2011-11-20 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * compile.texi (Compiler Errors): | ||
| 4 | * help.texi (Help Functions): Fix typos. | ||
| 5 | |||
| 1 | 2011-11-19 Chong Yidong <cyd@gnu.org> | 6 | 2011-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 | |||
| 528 | inside @var{body}. | 528 | inside @var{body}. |
| 529 | 529 | ||
| 530 | We recommend that you use this construct around the smallest | 530 | We recommend that you use this construct around the smallest |
| 531 | possible piece of code, to avoid missing possible warnings other than one | 531 | possible piece of code, to avoid missing possible warnings other than |
| 532 | one you intend to suppress. | 532 | one 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 | |||
| 653 | clicks on the @samp{Back} or @samp{Forward} buttons. Most commands | 653 | clicks on the @samp{Back} or @samp{Forward} buttons. Most commands |
| 654 | that use the @samp{*Help*} buffer should invoke this function before | 654 | that use the @samp{*Help*} buffer should invoke this function before |
| 655 | clearing the buffer. The @var{item} argument should have the form | 655 | clearing 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 |
| 657 | to call, with argument list @var{args}, to regenerate the help buffer. | 657 | to call, with argument list @var{args}, to regenerate the help buffer. |
| 658 | The @var{interactive-p} argument is non-@code{nil} if the calling | 658 | The @var{interactive-p} argument is non-@code{nil} if the calling |
| 659 | command was invoked interactively; in that case, the stack of items | 659 | command was invoked interactively; in that case, the stack of items |