diff options
| author | Paul Eggert | 2016-12-22 10:13:46 -0800 |
|---|---|---|
| committer | Paul Eggert | 2016-12-22 10:14:11 -0800 |
| commit | 73349822cbd6e50526eda9c75453584d73dfca83 (patch) | |
| tree | 444c07a3fbaaf3b2b02e1a08a18bad5bab7bbef0 /doc | |
| parent | b10bd71987cdeb753c106145d6270a359505359c (diff) | |
| download | emacs-73349822cbd6e50526eda9c75453584d73dfca83.tar.gz emacs-73349822cbd6e50526eda9c75453584d73dfca83.zip | |
; Spelling fixes
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/streams.texi | 2 | ||||
| -rw-r--r-- | doc/lispref/variables.texi | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/lispref/streams.texi b/doc/lispref/streams.texi index 41bc71e6aea..757e0e831be 100644 --- a/doc/lispref/streams.texi +++ b/doc/lispref/streams.texi | |||
| @@ -639,7 +639,7 @@ spacing between calls. | |||
| 639 | This function outputs a newline to @var{stream}. The name stands for | 639 | This function outputs a newline to @var{stream}. The name stands for |
| 640 | ``terminate print''. If @var{ensure} is non-@code{nil} no newline is printed | 640 | ``terminate print''. If @var{ensure} is non-@code{nil} no newline is printed |
| 641 | if @var{stream} is already at the beginning of a line. Note in this | 641 | if @var{stream} is already at the beginning of a line. Note in this |
| 642 | case @var{stream} can not be a function and an error is signalled if | 642 | case @var{stream} can not be a function and an error is signaled if |
| 643 | it is. This function returns @code{t} if a newline is printed. | 643 | it is. This function returns @code{t} if a newline is printed. |
| 644 | @end defun | 644 | @end defun |
| 645 | 645 | ||
diff --git a/doc/lispref/variables.texi b/doc/lispref/variables.texi index 40738e61f6b..d9096dac018 100644 --- a/doc/lispref/variables.texi +++ b/doc/lispref/variables.texi | |||
| @@ -809,7 +809,7 @@ functions. | |||
| 809 | 809 | ||
| 810 | @subsection Limitations | 810 | @subsection Limitations |
| 811 | 811 | ||
| 812 | There are a couple of ways in which a variable could be modifed (or at | 812 | There are a couple of ways in which a variable could be modified (or at |
| 813 | least appear to be modified) without triggering a watchpoint. | 813 | least appear to be modified) without triggering a watchpoint. |
| 814 | 814 | ||
| 815 | Since watchpoints are attached to symbols, modification to the | 815 | Since watchpoints are attached to symbols, modification to the |