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
3cd51eaa
Commit
3cd51eaa
authored
Jul 30, 2013
by
Xue Fuqiao
Browse files
Doc fix.
parent
bee6a2c7
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
7 deletions
+9
-7
doc/lispref/ChangeLog
doc/lispref/ChangeLog
+1
-1
doc/lispref/windows.texi
doc/lispref/windows.texi
+4
-2
lisp/ChangeLog
lisp/ChangeLog
+4
-4
No files found.
doc/lispref/ChangeLog
View file @
3cd51eaa
2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
* windows.texi (Window History): Mention the default value of
* windows.texi (Window History): Mention the default value of
switch-to-visible-buffer.
switch-to-visible-buffer.
Add cross-references.
2013-07-24 Michael Albinus <michael.albinus@gmx.de>
2013-07-24 Michael Albinus <michael.albinus@gmx.de>
...
...
doc/lispref/windows.texi
View file @
3cd51eaa
...
@@ -2244,8 +2244,9 @@ window and defaults to the selected one.
...
@@ -2244,8 +2244,9 @@ window and defaults to the selected one.
Each list element has the form @code{(@var{buffer} @var{window-start}
Each list element has the form @code{(@var{buffer} @var{window-start}
@var{window-pos})}, where @var{buffer} is a buffer previously shown in
@var{window-pos})}, where @var{buffer} is a buffer previously shown in
the window, @var{window-start} is the window start position when that
the window, @var{window-start} is the window start position
buffer was last shown, and @var{window-pos} is the point position when
(@pxref{Window Start and End}) when that buffer was last shown, and
@var{window-pos} is the point position (@pxref{Window Point}) when
that buffer was last shown in @var{window}.
that buffer was last shown in @var{window}.
The list is ordered so that earlier elements correspond to more
The list is ordered so that earlier elements correspond to more
...
@@ -2363,6 +2364,7 @@ showing another buffer in that frame's only window. The function
...
@@ -2363,6 +2364,7 @@ showing another buffer in that frame's only window. The function
@code{replace-buffer-in-windows} (@pxref{Buffers and Windows}) which is
@code{replace-buffer-in-windows} (@pxref{Buffers and Windows}) which is
called when a buffer gets killed, deletes the window in case (1) and
called when a buffer gets killed, deletes the window in case (1) and
behaves like @code{delete-windows-on} otherwise.
behaves like @code{delete-windows-on} otherwise.
@c FIXME: Does replace-buffer-in-windows _delete_ a window in case (1)?
When @code{bury-buffer} (@pxref{The Buffer List}) operates on the
When @code{bury-buffer} (@pxref{The Buffer List}) operates on the
selected window (which shows the buffer that shall be buried), it
selected window (which shows the buffer that shall be buried), it
...
...
lisp/ChangeLog
View file @
3cd51eaa
...
@@ -3,11 +3,11 @@
...
@@ -3,11 +3,11 @@
* vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
* vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
buffer for output.
buffer for output.
* vc/vc-hg.el (vc-hg-ignore): Remove `interactive'
; d
o not assume
* vc/vc-hg.el (vc-hg-ignore): Remove `interactive'
. D
o not assume
point-min==1
; f
ix search string
; f
ix parentheses missing.
point-min==1
. F
ix search string
. F
ix parentheses missing.
* vc/vc-git.el (vc-git-ignore): Remove `interactive'
; d
o not
* vc/vc-git.el (vc-git-ignore): Remove `interactive'
. D
o not
assume point-min==1
; f
ix search string
; f
ix parentheses missing.
assume point-min==1
. F
ix search string
. F
ix parentheses missing.
* vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
* vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
...
...
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