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
569382c2
Commit
569382c2
authored
Jan 19, 2008
by
Martin Rudalics
Browse files
(Buffer Modification): Fix typo.
parent
fc9a9287
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
lispref/ChangeLog
lispref/ChangeLog
+5
-1
lispref/buffers.texi
lispref/buffers.texi
+2
-2
No files found.
lispref/ChangeLog
View file @
569382c2
2008-01-19 Martin Rudalics <rudalics@gmx.at>
* buffers.texi (Buffer Modification): Fix typo.
2008-01-04 Richard Stallman <rms@gnu.org>
* display.texi (Faces): Don't talk about internal face vector as arg
...
...
@@ -38,7 +42,7 @@
2007-11-24 Richard Stallman <rms@gnu.org>
*
display
.
texi
(
Refresh
Screen
,
Forcing
Redisplay
):
* display.texi (Refresh Screen, Forcing Redisplay):
Clarify the text and move items around.
2007-11-15 Martin Rudalics <rudalics@gmx.at>
...
...
lispref/buffers.texi
View file @
569382c2
...
...
@@ -584,7 +584,7 @@ The counter can wrap around occasionally.
This function returns @var{buffer}'s character-change modification-count.
Changes to text properties leave this counter unchanged; however, each
time text is inserted or removed from the buffer, the counter is reset
to the value that would be returned @code{buffer-modified-tick}.
to the value that would be returned
by
@code{buffer-modified-tick}.
By comparing the values returned by two @code{buffer-chars-modified-tick}
calls, you can tell whether a character change occurred in that buffer
in between the calls. If @var{buffer} is @code{nil} (or omitted), the
...
...
@@ -783,7 +783,7 @@ are selected for display in a window (@pxref{Displaying Buffers}), and
to the end when they are buried (see @code{bury-buffer}, below).
There are no functions available to the Lisp programmer which directly
manipulate the buffer list.
In addition to the fundamental Emacs buffer list, each frame has its
own version of the buffer list, in which the buffers that have been
selected in that frame come first, starting with the buffers most
...
...
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