aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPaul Eggert2016-12-22 10:13:46 -0800
committerPaul Eggert2016-12-22 10:14:11 -0800
commit73349822cbd6e50526eda9c75453584d73dfca83 (patch)
tree444c07a3fbaaf3b2b02e1a08a18bad5bab7bbef0 /doc
parentb10bd71987cdeb753c106145d6270a359505359c (diff)
downloademacs-73349822cbd6e50526eda9c75453584d73dfca83.tar.gz
emacs-73349822cbd6e50526eda9c75453584d73dfca83.zip
; Spelling fixes
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/streams.texi2
-rw-r--r--doc/lispref/variables.texi2
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.
639This function outputs a newline to @var{stream}. The name stands for 639This 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
641if @var{stream} is already at the beginning of a line. Note in this 641if @var{stream} is already at the beginning of a line. Note in this
642case @var{stream} can not be a function and an error is signalled if 642case @var{stream} can not be a function and an error is signaled if
643it is. This function returns @code{t} if a newline is printed. 643it 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
812There are a couple of ways in which a variable could be modifed (or at 812There are a couple of ways in which a variable could be modified (or at
813least appear to be modified) without triggering a watchpoint. 813least appear to be modified) without triggering a watchpoint.
814 814
815Since watchpoints are attached to symbols, modification to the 815Since watchpoints are attached to symbols, modification to the