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
867d4bb3
Commit
867d4bb3
authored
Feb 20, 2009
by
Juanma Barranquero
Browse files
Remove duplicate words.
parent
52f8870b
Changes
20
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
82 additions
and
54 deletions
+82
-54
doc/emacs/ChangeLog
doc/emacs/ChangeLog
+7
-0
doc/emacs/basic.texi
doc/emacs/basic.texi
+2
-2
doc/emacs/emacs.texi
doc/emacs/emacs.texi
+1
-1
doc/emacs/files.texi
doc/emacs/files.texi
+1
-1
doc/emacs/mini.texi
doc/emacs/mini.texi
+1
-1
doc/emacs/text.texi
doc/emacs/text.texi
+1
-1
doc/lispintro/ChangeLog
doc/lispintro/ChangeLog
+5
-0
doc/lispintro/emacs-lisp-intro.texi
doc/lispintro/emacs-lisp-intro.texi
+5
-5
doc/lispref/ChangeLog
doc/lispref/ChangeLog
+5
-0
doc/lispref/modes.texi
doc/lispref/modes.texi
+2
-2
doc/misc/ChangeLog
doc/misc/ChangeLog
+11
-0
doc/misc/ada-mode.texi
doc/misc/ada-mode.texi
+2
-2
doc/misc/dbus.texi
doc/misc/dbus.texi
+1
-1
doc/misc/gnus.texi
doc/misc/gnus.texi
+9
-9
doc/misc/mh-e.texi
doc/misc/mh-e.texi
+1
-1
doc/misc/nxml-mode.texi
doc/misc/nxml-mode.texi
+18
-18
doc/misc/org.texi
doc/misc/org.texi
+5
-5
doc/misc/rcirc.texi
doc/misc/rcirc.texi
+2
-2
lisp/ChangeLog
lisp/ChangeLog
+1
-1
src/ChangeLog
src/ChangeLog
+2
-2
No files found.
doc/emacs/ChangeLog
View file @
867d4bb3
2009-02-19 Juanma Barranquero <lekktu@gmail.com>
* basic.texi (Moving Point, Position Info):
* files.texi (Visiting):
* mini.texi (Completion Options):
* text.texi (HTML Mode): Remove duplicate words.
2009-02-20 Glenn Morris <rgm@gnu.org>
* rmail.texi: Minor updates for mbox rather than Babyl.
...
...
doc/emacs/basic.texi
View file @
867d4bb3
...
...
@@ -206,7 +206,7 @@ Move to the end of the buffer (@code{end-of-buffer}).
Scroll the display one screen forward, and move point if necessary to
put it on the screen (@code{scroll-up}). If your keyboard has a
@key{PageDown} key (sometimes labelled @key{next}), it does the same
thing as
as
@key{C-v}. Scrolling commands are described further in
thing as @key{C-v}. Scrolling commands are described further in
@ref{Scrolling}.
@item M-v
@itemx @key{PageUp}
...
...
@@ -539,7 +539,7 @@ Toggle automatic display of the size of the buffer.
@kbd{M-x what-line} displays the current line number in the echo
area. This command is usually redundant, because the current line
number is shown in the mode line (@pxref{Mode Line}). However, if you
narrow the buffer, the mode line shows the
the
line number relative to
narrow the buffer, the mode line shows the line number relative to
the accessible portion (@pxref{Narrowing}). By contrast,
@code{what-line} displays both the line number relative to the
narrowed region and the line number relative to the whole buffer.
...
...
doc/emacs/emacs.texi
View file @
867d4bb3
...
...
@@ -1233,7 +1233,7 @@ in various programming languages.
@dfn
{
Self-documenting
}
means that at any time you can use special
commands, known as @dfn
{
help commands
}
, to find out what your options
are, or to find out what
what
any command does, or to find all the
are, or to find out what any command does, or to find all the
commands that pertain to a given topic. @xref
{
Help
}
.
@dfn
{
Customizable
}
means that you can easily alter the behavior of
...
...
doc/emacs/files.texi
View file @
867d4bb3
...
...
@@ -277,7 +277,7 @@ slight error in typing the name.
@vindex find-file-run-dired
If you ``visit'' a file that is actually a directory, Emacs invokes
Dired, the Emacs directory browser; this lets you
you
``edit'' the
Dired, the Emacs directory browser; this lets you ``edit'' the
contents of the directory. @xref{Dired}. You can disable this
behavior by setting the variable @code{find-file-run-dired} to
@code{nil}; in that case, it is an error to try to visit a directory.
...
...
doc/emacs/mini.texi
View file @
867d4bb3
...
...
@@ -379,7 +379,7 @@ commands never display the completion list buffer; you must type
shows the completion list buffer on the second attempt to complete.
In other words, if there is nothing to complete, the first @key{TAB}
echoes @samp{Next char not unique}; the second @key{TAB} does the
completion list
buffer
buffer.
completion list buffer.
@vindex completion-ignored-extensions
@cindex ignored file names, in completion
...
...
doc/emacs/text.texi
View file @
867d4bb3
...
...
@@ -1855,7 +1855,7 @@ used as a cheap preview.
@cindex mode, nXML
@findex nxml-mode
@cindex XML schema
Emacs also provides a more advanced mode
mode
for editing XML
Emacs also provides a more advanced mode for editing XML
documents, called nXML mode (@code{nxml-mode}). nXML mode is aware of
many existing XML schema, and uses them to provide completion of XML
elements via @kbd{C-@key{RET}} or @kbd{M-@key{TAB}}, as well as
...
...
doc/lispintro/ChangeLog
View file @
867d4bb3
2009-02-20 Juanma Barranquero <lekktu@gmail.com>
* emacs-lisp-intro.texi (current-kill, Code for current-kill)
(Body of current-kill): Remove duplicate words.
2008-11-19 Glenn Morris <rgm@gnu.org>
* doclicense.texi: New file.
...
...
doc/lispintro/emacs-lisp-intro.texi
View file @
867d4bb3
...
...
@@ -25,7 +25,7 @@
@comment %**end of header
@c per rms and peterb, use 10pt fonts for the main text, mostly to
@c save on paper cost.
@c save on paper cost.
@c Do this inside @tex for now, so current makeinfo does not complain.
@tex
@ifset smallbook
...
...
@@ -17997,7 +17997,7 @@ version 21 and is likely to continue, you could write
@end smallexample
@noindent
and add other expressions, too.
and add other expressions, too.
@node X11 Colors, Miscellaneous, Simple Extension, Emacs Initialization
...
...
@@ -19261,7 +19261,7 @@ To return to the old value for the length of the kill ring, evaluate:
The @code{current-kill} function changes the element in the kill ring
to which @code{kill-ring-yank-pointer} points. (Also, the
@code{kill-new} function sets @code{kill-ring-yank-pointer} to point
to the latest element of the
the
kill ring. The @code{kill-new}
to the latest element of the kill ring. The @code{kill-new}
function is used directly or indirectly by @code{kill-append},
@code{copy-region-as-kill}, @code{kill-ring-save}, @code{kill-line},
and @code{kill-region}.)
...
...
@@ -19319,7 +19319,7 @@ yanking point; just return the Nth kill forward."
@end smallexample
Remember also that the @code{kill-new} function sets
@code{kill-ring-yank-pointer} to the latest element of the
the
kill
@code{kill-ring-yank-pointer} to the latest element of the kill
ring, which means that all the functions that call it set the value
indirectly: @code{kill-append}, @code{copy-region-as-kill},
@code{kill-ring-save}, @code{kill-line}, and @code{kill-region}.
...
...
@@ -19381,7 +19381,7 @@ The @code{if} expression has two parts, one if there exists
@need 2000
Let us consider the `if not' or else-part of the @code{current-kill}
function. (The then-part uses the
the
@code{kill-new} function, which
function. (The then-part uses the @code{kill-new} function, which
we have already described. @xref{kill-new function, , The
@code{kill-new} function}.)
...
...
doc/lispref/ChangeLog
View file @
867d4bb3
2009
-
02
-
20
Juanma
Barranquero
<
lekktu
@
gmail
.
com
>
*
modes
.
texi
(
Major
Mode
Conventions
):
Remove
duplicate
words
.
(
Customizing
Keywords
):
Fix
typo
.
2009
-
02
-
14
Eli
Zaretskii
<
eliz
@
gnu
.
org
>
*
nonascii
.
texi
(
User
-
Chosen
Coding
Systems
):
Document
that
...
...
doc/lispref/modes.texi
View file @
867d4bb3
...
...
@@ -376,7 +376,7 @@ Rmail that do not allow self-insertion of text can reasonably redefine
letters and other printing characters as special commands.
@item
Major modes
modes
for editing text should not define @key{RET} to do
Major modes for editing text should not define @key{RET} to do
anything other than insert a newline. However, it is ok for
specialized modes for text that users don't directly edit, such as
Dired and Info modes, to redefine @key{RET} to do something entirely
...
...
@@ -2708,7 +2708,7 @@ Non-@code{nil} means that regular expression matching for the sake of
You can use @code{font-lock-add-keywords} to add additional
search-based fontification rules to a major mode, and
@code{font-lock-remove-keywords} to remove
s
rules.
@code{font-lock-remove-keywords} to remove rules.
@defun font-lock-add-keywords mode keywords &optional how
This function adds highlighting @var{keywords}, for the current buffer
...
...
doc/misc/ChangeLog
View file @
867d4bb3
2009-02-20 Juanma Barranquero <lekktu@gmail.com>
* ada-mode.texi (Project files, Automatic Casing):
* dbus.texi (Signals):
* gnus.texi (Selecting a Group, Filtering Incoming Mail):
* mh-e.texi (HTML):
* nxml-mode.texi (Locating a schema)
(Using the document's URI to locate a schema):
* org.texi (Footnotes, Using the mapping API):
* rcirc.texi (Channels): Remove duplicate words.
2009-02-20 Glenn Morris <rgm@gnu.org>
* dired-x.texi (Miscellaneous Commands):
...
...
doc/misc/ada-mode.texi
View file @
867d4bb3
...
...
@@ -376,7 +376,7 @@ and other things on a per-project basis.
Note that Ada mode project files @samp{*.adp} are different than GNAT
compiler project files @samp{*.gpr}. However, Emacs Ada mode can use a
GNAT project
project
file to specify the project directories. If no
GNAT project file to specify the project directories. If no
other customization is needed, a GNAT project file can be used without
an Emacs Ada mode project file.
...
...
@@ -1351,7 +1351,7 @@ to @code{My_VARIable}.
@end table
Ada mode allows you to define exceptions to these rules, in a file
specified by the variable
variable
@code{ada-case-exception-file}
specified by the variable @code{ada-case-exception-file}
(default @file{~/.emacs_case_exceptions}). Each line in this file
specifies the casing of one word or word fragment. Comments may be
included, separated from the word by a space.
...
...
doc/misc/dbus.texi
View file @
867d4bb3
...
...
@@ -1437,7 +1437,7 @@ which objects the GNU/Linux @code{hal} daemon adds.
@end defun
@defun dbus-unregister-object object
Unregister @var
{
object
}
from the
the
D-Bus. @var
{
object
}
must be the
Unregister @var
{
object
}
from the D-Bus. @var
{
object
}
must be the
result of a preceding @code
{
dbus-register-signal
}
or
@code
{
dbus-register-method
}
call. It returns @code
{
t
}
if @var
{
object
}
has been unregistered, @code
{
nil
}
otherwise.
...
...
doc/misc/gnus.texi
View file @
867d4bb3
...
...
@@ -2208,7 +2208,7 @@ means Gnus never ignores old articles.
@vindex gnus-auto-select-subject
If @code{gnus-auto-select-first} is non-@code{nil}, select an article
automatically when entering a group with the @kbd{SPACE} command.
Which article this is
is
controlled by the
Which article this is controlled by the
@code{gnus-auto-select-subject} variable. Valid values for this
variable are:
...
...
@@ -4390,7 +4390,7 @@ FIXME: As a first step, convert the commentary of @file{nnir} to texi.
@node nnmairix
@subsection nnmairix
@cindex mairix
@cindex mairix
@cindex nnmairix
This paragraph describes how to set up mairix and the back end
@code{nnmairix} for indexing and searching your mail from within
...
...
@@ -4480,7 +4480,7 @@ to certain mairix searches. This way, you can easily create a group
containing mails from a certain sender, with a certain subject line or
even for one specific thread based on the Message-ID. If you check for
new mail in these folders (e.g. by pressing @kbd{g} or @kbd{M-g}), they
automatically update themselves by calling mairix.
automatically update themselves by calling mairix.
You might ask why you need @code{nnmairix} at all, since mairix already
creates the group, populates it with links to the mails so that you can
...
...
@@ -14475,7 +14475,7 @@ List of strings to be used as the switches to
Does essentially the same, but uses @code{telnet} instead of @samp{netcat}
to connect to the real @acronym{NNTP} server from the intermediate host.
@code{telnet} is a bit less robust because of things like
line-end-conversion, but sometimes @code{netcat} is simply not available.
line-end-conversion, but sometimes @code{netcat} is simply not available.
@code{nntp-open-via-rlogin-and-telnet}-specific variables:
...
...
@@ -25029,7 +25029,7 @@ the value @samp{spam} means @samp{nnimap+your-server:spam}. The value
@vindex nnimap-split-download-body
Note for IMAP users: if you use the @code{spam-check-bogofilter},
@code{spam-check-ifile}, and @code{spam-check-stat} spam back ends,
you should also set
set
the variable @code{nnimap-split-download-body}
you should also set the variable @code{nnimap-split-download-body}
to @code{t}. These spam back ends are most useful when they can
``scan'' the full message body. By default, the nnimap back end only
retrieves the message headers; @code{nnimap-split-download-body} tells
...
...
@@ -26587,10 +26587,10 @@ of all messages matching a particular set of criteria.
@end enumerate
@menu
* Setup::
* Fancy splitting to parent::
* Store custom flags and keywords::
* Store arbitrary data::
* Setup::
* Fancy splitting to parent::
* Store custom flags and keywords::
* Store arbitrary data::
@end menu
@node Setup
doc/misc/mh-e.texi
View file @
867d4bb3
...
...
@@ -2666,7 +2666,7 @@ documentation for the Gnus command @kbd{W h} (see section
@findex browse-url-at-mouse
@kindex S-Mouse-2
A useful key binding that you can add to
to
@file{~/.emacs} is the
A useful key binding that you can add to @file{~/.emacs} is the
following which displays an HTML link or textual URL in an external
browser when clicked with @kbd{S-mouse-2}. This binding works in any
buffer, including HTML buffers.
...
...
doc/misc/nxml-mode.texi
View file @
867d4bb3
...
...
@@ -6,7 +6,7 @@
@copying
This manual documents nxml-mode, an Emacs major mode for editing
XML with RELAX NG support.
XML with RELAX NG support.
Copyright @copyright{} 2007, 2008, 2009 Free Software Foundation, Inc.
...
...
@@ -43,13 +43,13 @@ license to the document, as described in section 6 of the license.
This manual is not yet complete.
@menu
* Completion::
* Inserting end-tags::
* Paragraphs::
* Outlining::
* Locating a schema::
* DTDs::
* Limitations::
* Completion::
* Inserting end-tags::
* Paragraphs::
* Outlining::
* Locating a schema::
* DTDs::
* Limitations::
@end menu
@node Completion
...
...
@@ -427,7 +427,7 @@ of the current section.
@kbd{C-c C-o C-d} hides the text content
and subsections of the current section.
@item
@kbd{C-c C-o C-s} shows the current section
@kbd{C-c C-o C-s} shows the current section
and all its direct and indirect subsections normally.
@item
@kbd{C-c C-o C-k} shows the headings of the
...
...
@@ -483,7 +483,7 @@ from file @var{x} have precedence over rules from file
@samp{rng-schema-locating-files} may be relative. If so, it will
be resolved relative to the document for which a schema is being
located. It is not an error if relative file-names in
@samp{rng-schema-locating-files} do not
not
exist. You can use
@samp{rng-schema-locating-files} do not exist. You can use
@kbd{M-x customize-variable @key{RET} rng-schema-locating-files
@key{RET}} to customize the list of schema locating
files.
...
...
@@ -498,8 +498,8 @@ edited if such a file exist. The second member contains rules for the
schemas that are included with the nXML distribution.
@menu
* Commands for locating a schema::
* Schema locating files::
* Commands for locating a schema::
* Schema locating files::
@end menu
@node Commands for locating a schema
...
...
@@ -565,11 +565,11 @@ there is nothing specific to locating schemas in the design; it could
equally well be used for locating a stylesheet.
@menu
* Schema locating file syntax basics::
* Using the document's URI to locate a schema::
* Using the document element to locate a schema::
* Using type identifiers in schema locating files::
* Using multiple schema locating files::
* Schema locating file syntax basics::
* Using the document's URI to locate a schema::
* Using the document element to locate a schema::
* Using type identifiers in schema locating files::
* Using multiple schema locating files::
@end menu
@node Schema locating file syntax basics
...
...
@@ -626,7 +626,7 @@ the schema for a particular document. For example,
@end example
@noindent
specifies that
that
the schema for @samp{spec.xml} is
specifies that the schema for @samp{spec.xml} is
@samp{docbook.rnc}.
The @samp{pattern} attribute can be used instead of the
...
...
doc/misc/org.texi
View file @
867d4bb3
...
...
@@ -310,7 +310,7 @@ Markup rules
* Include files:: Include the contents of a file during export
* Tables exported:: Tables are exported richly
* Inlined images:: How to inline images during export
* Footnote markup::
* Footnote markup::
* Emphasis and monospace:: To bold or not to bold
* TeX macros and LaTeX fragments:: Create special, rich export.
* Horizontal rules:: A line across the page
...
...
@@ -1413,7 +1413,7 @@ A LaTeX-like anonymous footnote where the definition is given directly at the
reference point.
@item [fn:name: a definition]
An inline definition of a footnote, which also specifies a name for the note.
Since Org allows multiple references to the same note, you can then use
use
Since Org allows multiple references to the same note, you can then use
@code{[fn:name]} to create additional references.
@end table
...
...
@@ -2737,7 +2737,7 @@ the current URL. For IRC links, if you set the variable
@code{org-irc-link-to-logs} to non-nil then @kbd{C-c l} will store a
@samp{file:/} style link to the relevant point in the logs for the current
conversation. Otherwise an @samp{irc:/} style link to the user/channel/server
under the point will be stored.
under the point will be stored.
For any other files, the link will point to the file, with a search string
(@pxref{Search options}) pointing to the contents of the current line. If
...
...
@@ -7348,7 +7348,7 @@ markup rule used in an Org mode buffer.
* Include files:: Include the contents of a file during export
* Tables exported:: Tables are exported richly
* Inlined images:: How to inline images during export
* Footnote markup::
* Footnote markup::
* Emphasis and monospace:: To bold or not to bold
* TeX macros and LaTeX fragments:: Create special, rich export.
* Horizontal rules:: A line across the page
...
...
@@ -10230,7 +10230,7 @@ archive @r{skip trees with the archive tag}
comment @r{skip trees with the COMMENT keyword}
function or Lisp form
@r{will be used as value for @code{org-agenda-skip-function},}
@r{so whenever the
the
function returns t, FUNC}
@r{so whenever the function returns t, FUNC}
@r{will not be called for that entry and search will}
@r{continue from the point where the function leaves it}
@end example
...
...
doc/misc/rcirc.texi
View file @
867d4bb3
...
...
@@ -657,7 +657,7 @@ expected.
@kindex C-c C-l
@cindex low priority channels
The solution is to mark this channel as
as
a low priority channel.
The solution is to mark this channel as a low priority channel.
Use @kbd
{
C-c C-l
}
to make the current channel a low-priority channel.
Low priority channels have the modeline indicator ``LowPri''.
@kbd
{
C-c C-@key
{
SPC
}}
will not switch to low priority channels unless
...
...
@@ -745,7 +745,7 @@ listed. Example: @code{/keyword manual}.
@node Notices, , Keywords, Fighting Information Overload
@section Notices
@cindex part notices, how to omit
@cindex part notices, how to omit
@cindex join notices, how to omit
@cindex quit notices, how to omit
@cindex nick notices, how to omit
...
...
lisp/ChangeLog
View file @
867d4bb3
...
...
@@ -5277,7 +5277,7 @@
2008-09-30 Jay Belanger <jay.p.belanger@gmail.com>
* calc/calc-units.el (math-standard-units): Add entries used to
display the
the
values in the units buffer.
display the values in the units buffer.
(math-build-units-table): Add entries to the units table to be used
to display the values in the units buffer.
(math-build-units-table-buffer): Use the display entry of the units
...
...
src/ChangeLog
View file @
867d4bb3
...
...
@@ -218,7 +218,7 @@
the frame.
(composition_compute_stop_pos): Adjust cmp_it->stop_pos if point
is within a composition.
(Fcomposition_get_gstring): Fix the
the
terminal case.
(Fcomposition_get_gstring): Fix the terminal case.
* term.c (encode_terminal_code): Fix handling of composition.
(produce_composite_glyph): For static composition, get pixel_width
...
...
@@ -9095,7 +9095,7 @@
* ftfont.c (struct OpenTypeSpec): Rename members script_tag to
script, langsys_tag to langsys, new member script.
(OTF_TAG_STR): Terminate by '\0'.
(ftfont_get_open_type_spec): If :otf prop is
is
spec,
L
imit the
(ftfont_get_open_type_spec): If :otf prop is spec,
l
imit the
listing to the script specified in that property. Fix arg to
OTF_check_features.
...
...
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