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
abb9615e
Commit
abb9615e
authored
May 26, 2012
by
Glenn Morris
Browse files
Nuke hand-written node pointers in doc/emacs
Let makeinfo figure them out, as is recommended.
parent
33017faf
Changes
37
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
45 additions
and
34 deletions
+45
-34
doc/emacs/ChangeLog
doc/emacs/ChangeLog
+11
-0
doc/emacs/ack.texi
doc/emacs/ack.texi
+1
-1
doc/emacs/anti.texi
doc/emacs/anti.texi
+1
-1
doc/emacs/basic.texi
doc/emacs/basic.texi
+1
-1
doc/emacs/buffers.texi
doc/emacs/buffers.texi
+1
-1
doc/emacs/building.texi
doc/emacs/building.texi
+1
-1
doc/emacs/cmdargs.texi
doc/emacs/cmdargs.texi
+1
-1
doc/emacs/commands.texi
doc/emacs/commands.texi
+3
-3
doc/emacs/display.texi
doc/emacs/display.texi
+1
-1
doc/emacs/emacs.texi
doc/emacs/emacs.texi
+13
-13
doc/emacs/entering.texi
doc/emacs/entering.texi
+2
-2
doc/emacs/files.texi
doc/emacs/files.texi
+1
-1
doc/emacs/fixit.texi
doc/emacs/fixit.texi
+1
-1
doc/emacs/frames.texi
doc/emacs/frames.texi
+1
-1
doc/emacs/glossary.texi
doc/emacs/glossary.texi
+1
-1
doc/emacs/gnu.texi
doc/emacs/gnu.texi
+1
-1
doc/emacs/help.texi
doc/emacs/help.texi
+1
-1
doc/emacs/indent.texi
doc/emacs/indent.texi
+1
-1
doc/emacs/killing.texi
doc/emacs/killing.texi
+1
-1
doc/emacs/kmacro.texi
doc/emacs/kmacro.texi
+1
-1
No files found.
doc/emacs/ChangeLog
View file @
abb9615e
2012-05-27 Glenn Morris <rgm@gnu.org>
* ack.texi, anti.texi, basic.texi, buffers.texi, building.texi:
* cmdargs.texi, commands.texi, display.texi, emacs.texi:
* entering.texi, files.texi, fixit.texi, frames.texi, glossary.texi:
* gnu.texi, help.texi, indent.texi, killing.texi, kmacro.texi:
* m-x.texi, macos.texi, maintaining.texi, mark.texi, mini.texi:
* misc.texi, modes.texi, msdog.texi, mule.texi, programs.texi:
* regs.texi, screen.texi, search.texi, text.texi, trouble.texi:
* windows.texi, xresources.texi: Nuke hand-written node pointers.
2012-05-22 Glenn Morris <rgm@gnu.org>
* emacs.texi (Acknowledgments): Add another contributor.
...
...
doc/emacs/ack.texi
View file @
abb9615e
...
...
@@ -3,7 +3,7 @@
@
c
Copyright
(
C
)
1994
-
1997
,
1999
-
2012
Free
Software
Foundation
,
Inc
.
@
c
See
file
emacs
.
texi
for
copying
conditions
.
@
c
@
node
Acknowledgments
,
Screen
,
Concept
Index
,
Top
@
node
Acknowledgments
@
unnumbered
Acknowledgments
Many
people
have
contributed
code
included
in
the
Free
Software
...
...
doc/emacs/anti.texi
View file @
abb9615e
...
...
@@ -2,7 +2,7 @@
@c Copyright (C) 2005-2012 Free Software Foundation, Inc.
@c See file emacs.texi for copying conditions.
@node Antinews
, Mac OS / GNUstep, X Resources, Top
@node Antinews
@appendix Emacs 23 Antinews
@c Update the emacs.texi Antinews menu entry with the above version number.
...
...
doc/emacs/basic.texi
View file @
abb9615e
...
...
@@ -2,7 +2,7 @@
@c Copyright (C) 1985-1987, 1993-1995, 1997, 2000-2012
@c Free Software Foundation, Inc.
@c See file emacs.texi for copying conditions.
@node Basic
, Minibuffer, Exiting, Top
@node Basic
@chapter Basic Editing Commands
@kindex C-h t
...
...
doc/emacs/buffers.texi
View file @
abb9615e
...
...
@@ -2,7 +2,7 @@
@c Copyright (C) 1985-1987, 1993-1995, 1997, 2000-2012
@c Free Software Foundation, Inc.
@c See file emacs.texi for copying conditions.
@node Buffers
, Windows, Files, Top
@node Buffers
@chapter Using Multiple Buffers
@cindex buffers
...
...
doc/emacs/building.texi
View file @
abb9615e
...
...
@@ -2,7 +2,7 @@
@c Copyright (C) 1985-1987, 1993-1995, 1997, 2000-2012
@c Free Software Foundation, Inc.
@c See file emacs.texi for copying conditions.
@node Building
, Maintaining, Programs, Top
@node Building
@chapter Compiling and Testing Programs
@cindex building programs
@cindex program building
...
...
doc/emacs/cmdargs.texi
View file @
abb9615e
...
...
@@ -2,7 +2,7 @@
@c Copyright (C) 1985-1987, 1993-1995, 1997, 2001-2012
@c Free Software Foundation, Inc.
@c See file emacs.texi for copying conditions.
@node Emacs Invocation
, X Resources, GNU Free Documentation License, Top
@node Emacs Invocation
@appendix Command Line Arguments for Emacs Invocation
@cindex command line arguments
@cindex arguments (command line)
...
...
doc/emacs/commands.texi
View file @
abb9615e
...
...
@@ -15,7 +15,7 @@ input.
@raisesections
@end ifnottex
@node User Input
, Keys, Screen, Top
@node User Input
@section Kinds of User Input
@cindex input with the keyboard
@cindex keyboard input
...
...
@@ -80,7 +80,7 @@ as @dfn{input events}. For details about how Emacs internally handles
input events, see @ref{Input Events,,, elisp, The Emacs Lisp Reference
Manual}.
@node Keys
, Commands, User Input, Top
@node Keys
@section Keys
Some Emacs commands are invoked by just one input event; for
...
...
@@ -133,7 +133,7 @@ exception to this rule is @key{ESC}: @kbd{@key{ESC} C-h} is equivalent
to @kbd{C-M-h}, which does something else entirely. You can, however,
use @key{F1} to display a list of commands starting with @key{ESC}.
@node Commands
, Entering Emacs, Keys, Top
@node Commands
@section Keys and Commands
@cindex binding
...
...
doc/emacs/display.texi
View file @
abb9615e
...
...
@@ -3,7 +3,7 @@
@c Free Software Foundation, Inc.
@c See file emacs.texi for copying conditions.
@node Display
, Search, Registers, Top
@node Display
@chapter Controlling the Display
Since only part of a large buffer fits in the window, Emacs has to
...
...
doc/emacs/emacs.texi
View file @
abb9615e
...
...
@@ -109,7 +109,7 @@ Cover art by Etienne Suvasa.
@ifnottex
@node Top
, Distrib, (dir), (dir)
@node Top
@top The Emacs Editor
Emacs is the extensible, customizable, self-documenting real-time
...
...
@@ -1286,7 +1286,7 @@ Windows. @xref{Mac OS / GNUstep}, for information about using Emacs
on Macintosh (and GNUstep).
@end iftex
@node Distrib
, Intro, Top, Top
@node Distrib
@unnumbered Distribution
GNU Emacs is @dfn
{
free software
}
; this means that everyone is free to
...
...
@@ -1343,7 +1343,7 @@ USA
@end display
@iftex
@node Acknowledgments
, Intro, Distrib, Top
@node Acknowledgments
@unnumberedsec Acknowledgments
Contributors to GNU Emacs include Jari Aalto, Per Abrahamsen, Tomas
...
...
@@ -1450,7 +1450,7 @@ Shenghuo Zhu, Piotr Zielinski, Ian T.@: Zimmermann, Reto Zimmermann,
Neal Ziring, Teodor Zlatanov, and Detlev Zundel.
@end iftex
@node Intro
, Glossary, Distrib, Top
@node Intro
@unnumbered Introduction
You are reading about GNU Emacs, the GNU incarnation of the
...
...
@@ -1531,11 +1531,11 @@ Lisp programming.
@include custom.texi
@include trouble.texi
@node Copying
, GNU Free Documentation License, Service, Top
@node Copying
@appendix GNU GENERAL PUBLIC LICENSE
@include gpl.texi
@node GNU Free Documentation License
, Emacs Invocation, Copying, Top
@node GNU Free Documentation License
@appendix GNU Free Documentation License
@include doclicense.texi
...
...
@@ -1562,36 +1562,36 @@ Lisp programming.
@c It is not after Concept Index for similar reasons.
@iftex
@node Key Index
, Command Index, Glossary, Top
@node Key Index
@unnumbered Key (Character) Index
@printindex ky
@end iftex
@ifnottex
@node Key Index
, Option Index, Glossary, Top
@node Key Index
@unnumbered Key (Character) Index
@printindex ky
@node Option Index
, Command Index, Key Index, Top
@node Option Index
@unnumbered Command-Line Options Index
@printindex op
@node Command Index
, Variable Index, Option Index, Top
@node Command Index
@unnumbered Command and Function Index
@printindex fn
@end ifnottex
@iftex
@node Command Index
, Variable Index, Key Index, Top
@node Command Index
@unnumbered Command and Function Index
@printindex fn
@end iftex
@node Variable Index
, Concept Index, Command Index, Top
@node Variable Index
@unnumbered Variable Index
@printindex vr
@node Concept Index
, Acknowledgments, Variable Index, Top
@node Concept Index
@unnumbered Concept Index
@printindex cp
...
...
doc/emacs/entering.texi
View file @
abb9615e
...
...
@@ -12,7 +12,7 @@
@raisesections
@end ifnottex
@node Entering Emacs
, Exiting, Commands, Top
@node Entering Emacs
@section Entering Emacs
@cindex entering Emacs
@cindex starting Emacs
...
...
@@ -85,7 +85,7 @@ the desired file or directory.
or @code{t}, which means to display the @file{*scratch*} buffer.
@end ignore
@node Exiting
, Basic, Entering Emacs, Top
@node Exiting
@section Exiting Emacs
@cindex exiting
@cindex killing Emacs
...
...
doc/emacs/files.texi
View file @
abb9615e
...
...
@@ -2,7 +2,7 @@
@c Copyright (C) 1985-1987, 1993-1995, 1997, 1999-2012
@c Free Software Foundation, Inc.
@c See file emacs.texi for copying conditions.
@node Files
, Buffers, Keyboard Macros, Top
@node Files
@chapter File Handling
@cindex files
...
...
doc/emacs/fixit.texi
View file @
abb9615e
...
...
@@ -2,7 +2,7 @@
@c Copyright (C) 1985-1987, 1993-1995, 1997, 2001-2012
@c Free Software Foundation, Inc.
@c See file emacs.texi for copying conditions.
@node Fixit
, Keyboard Macros, Search, Top
@node Fixit
@chapter Commands for Fixing Typos
@cindex typos, fixing
@cindex mistakes, correcting
...
...
doc/emacs/frames.texi
View file @
abb9615e
...
...
@@ -2,7 +2,7 @@
@c Copyright (C) 1985-1987, 1993-1995, 1997, 1999-2012
@c Free Software Foundation, Inc.
@c See file emacs.texi for copying conditions.
@node Frames
, International, Windows, Top
@node Frames
@chapter Frames and Graphical Displays
@cindex frames
...
...
doc/emacs/glossary.texi
View file @
abb9615e
...
...
@@ -2,7 +2,7 @@
@c Copyright (C) 1985-1987, 1993-1995, 1997, 2001-2012
@c Free Software Foundation, Inc.
@c See file emacs.texi for copying conditions.
@node Glossary
, Key Index, Intro, Top
@node Glossary
@unnumbered Glossary
@table @asis
...
...
doc/emacs/gnu.texi
View file @
abb9615e
...
...
@@ -10,7 +10,7 @@
@c Modified versions may not be made.
@ifclear justgnu
@node Manifesto
,, Microsoft Windows, Top
@node Manifesto
@unnumbered The GNU Manifesto
@end ifclear
@ifset justgnu
...
...
doc/emacs/help.texi
View file @
abb9615e
...
...
@@ -2,7 +2,7 @@
@
c
Copyright
(
C
)
1985
-
1987
,
1993
-
1995
,
1997
,
2000
-
2012
@
c
Free
Software
Foundation
,
Inc
.
@
c
See
file
emacs
.
texi
for
copying
conditions
.
@
node
Help
,
Mark
,
M
-
x
,
Top
@
node
Help
@
chapter
Help
@
kindex
Help
@
cindex
help
...
...
doc/emacs/indent.texi
View file @
abb9615e
...
...
@@ -2,7 +2,7 @@
@c Copyright (C) 1985-1987, 1993-1995, 1997, 2001-2012
@c Free Software Foundation, Inc.
@c See file emacs.texi for copying conditions.
@node Indentation
, Text, Modes, Top
@node Indentation
@chapter Indentation
@cindex indentation
@cindex tabs
...
...
doc/emacs/killing.texi
View file @
abb9615e
...
...
@@ -3,7 +3,7 @@
@c Free Software Foundation, Inc.
@c See file emacs.texi for copying conditions.
@node Killing
, Registers, Mark, Top
@node Killing
@chapter Killing and Moving Text
In Emacs, @dfn{killing} means erasing text and copying it into the
...
...
doc/emacs/kmacro.texi
View file @
abb9615e
...
...
@@ -2,7 +2,7 @@
@c Copyright (C) 1985-1987, 1993-1995, 1997, 2000-2012
@c Free Software Foundation, Inc.
@c See file emacs.texi for copying conditions.
@node Keyboard Macros
, Files, Fixit, Top
@node Keyboard Macros
@chapter Keyboard Macros
@cindex defining keyboard macros
@cindex keyboard macro
...
...
Prev
1
2
Next
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