Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
8c6c57ea
Commit
8c6c57ea
authored
Jul 05, 2012
by
Richard M. Stallman
Committed by
Glenn Morris
Jul 05, 2012
Browse files
* doc/lispref/intro.texi (A Sample Variable Description): Use @dfn more.
parent
251736f4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
doc/lispref/ChangeLog
doc/lispref/ChangeLog
+1
-1
doc/lispref/intro.texi
doc/lispref/intro.texi
+3
-3
No files found.
doc/lispref/ChangeLog
View file @
8c6c57ea
2012-07-06 Richard Stallman <rms@gnu.org>
* intro.texi (Evaluation Notation, A Sample Function Description):
Improve/undo previous changes.
(A Sample Variable Description):
Improve/undo previous changes.
2012-07-05 Glenn Morris <rgm@gnu.org>
...
...
doc/lispref/intro.texi
View file @
8c6c57ea
...
...
@@ -446,9 +446,9 @@ from @var{body}, which includes all remaining elements of the form.
@cindex option descriptions
A @dfn{variable} is a name that can be bound to an object; binding
is frequently referred to as
`
setting
'
, and the object to which
a variable is
`
set
'
is often called a
`
value
'
that the variable
`
holds
'
. Although nearly all variables can be set by the user,
is frequently referred to as
@dfn{
setting
}
, and the object to which
a variable is set is often called a
@dfn{
value
}
that the variable
@dfn{
holds
}
. Although nearly all variables can be set by the user,
certain variables exist specifically so that users can change them;
these are called @dfn{user options}. Ordinary variables and user
options are described using a format like that for functions, except
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment