aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/symbols.texi10
-rw-r--r--doc/misc/gnus.texi2
2 files changed, 6 insertions, 6 deletions
diff --git a/doc/lispref/symbols.texi b/doc/lispref/symbols.texi
index 37fb3b49e43..6cddd50c920 100644
--- a/doc/lispref/symbols.texi
+++ b/doc/lispref/symbols.texi
@@ -106,11 +106,11 @@ reference any object. (This is not the same thing as holding the symbol
106a value cell that is void results in an error, such as @samp{Symbol's 106a value cell that is void results in an error, such as @samp{Symbol's
107value as variable is void}. 107value as variable is void}.
108 108
109 Because each symbol has separate value and function cells, variables 109 Because each symbol has separate value and function cells, the names
110names and function names do not conflict. For example, the symbol 110of variables and functions do not conflict. For example, the symbol
111@code{buffer-file-name} has a value (the name of the file being 111@code{buffer-file-name} has a value (the name of the file being visited
112visited in the current buffer) as well as a function definition (a 112in the current buffer) as well as a function definition (a primitive
113primitive function that returns the name of the file): 113function that returns the name of the file):
114 114
115@example 115@example
116buffer-file-name 116buffer-file-name
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi
index cfcc8039165..239aa43703f 100644
--- a/doc/misc/gnus.texi
+++ b/doc/misc/gnus.texi
@@ -17204,7 +17204,7 @@ filename is unrelated to the article number in Gnus. @code{nnmaildir}
17204also stores the equivalent of @code{nnml}'s overview files in one file 17204also stores the equivalent of @code{nnml}'s overview files in one file
17205per article, so it uses about twice as many inodes as @code{nnml}. 17205per article, so it uses about twice as many inodes as @code{nnml}.
17206(Use @code{df -i} to see how plentiful your inode supply is.) If this 17206(Use @code{df -i} to see how plentiful your inode supply is.) If this
17207slows you down or takes up very much space, a non-block-structured 17207slows you down or takes up very much space, use a non-block-structured
17208file system. 17208file system.
17209 17209
17210Since maildirs don't require locking for delivery, the maildirs you use 17210Since maildirs don't require locking for delivery, the maildirs you use