emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r113658: Add indexes for elisp manual.


From: Xue Fuqiao
Subject: [Emacs-diffs] trunk r113658: Add indexes for elisp manual.
Date: Fri, 02 Aug 2013 14:06:39 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 113658
revision-id: address@hidden
parent: address@hidden
committer: Xue Fuqiao <address@hidden>
branch nick: trunk
timestamp: Fri 2013-08-02 22:06:27 +0800
message:
  Add indexes for elisp manual.
  
  * doc/lispref/display.texi (Face Functions): Add an index.
  
  * doc/lispref/variables.texi (Variable Aliases): Add an index.
  
  * doc/lispref/functions.texi (Defining Functions): Add an index.
  
  * doc/lispref/nonascii.texi (Coding System Basics): Add an index.
modified:
  etc/ChangeLog                  changelog-20091113204419-o5vbwnq5f7feedwu-1485
  etc/tutorials/TUTORIAL         tutorial-20091113204419-o5vbwnq5f7feedwu-5165
=== modified file 'etc/ChangeLog'
--- a/etc/ChangeLog     2013-08-02 12:52:26 +0000
+++ b/etc/ChangeLog     2013-08-02 14:06:27 +0000
@@ -1,5 +1,7 @@
 2013-08-02  Xue Fuqiao  <address@hidden>
 
+       * tutorials/TUTORIAL: Remove a redundant sentence.
+
        * tutorials/TUTORIAL.cn: Update; synchronize with TUTORIAL.
 
        * tutorials/TUTORIAL.translators (Maintainer): Update the maintainer.

=== modified file 'etc/tutorials/TUTORIAL'
--- a/etc/tutorials/TUTORIAL    2013-01-01 09:11:05 +0000
+++ b/etc/tutorials/TUTORIAL    2013-08-02 14:06:27 +0000
@@ -372,13 +372,15 @@
 
 The difference between "killing" and "deleting" is that "killed" text
 can be reinserted (at any position), whereas "deleted" things cannot
-be reinserted in this way (you can, however, undo a deletion--see below).
-Reinsertion of killed text is called "yanking".  Generally, the
-commands that can remove a lot of text kill the text (they are set up so
-that you can yank the text), while the commands that remove just one
-character, or only remove blank lines and spaces, do deletion (so you
-cannot yank that text).  <DEL> and C-d do deletion in the simplest
-case, with no argument.  When given an argument, they kill instead.
+be reinserted in this way (you can, however, undo a deletion--see
+below).  Reinsertion of killed text is called "yanking".  (Think of it
+as yanking back, or pulling back, some text that was taken away.)
+Generally, the commands that can remove a lot of text kill the text
+(they are set up so that you can yank the text), while the commands
+that remove just one character, or only remove blank lines and spaces,
+do deletion (so you cannot yank that text).  <DEL> and C-d do deletion
+in the simplest case, with no argument.  When given an argument, they
+kill instead.
 
 >> Move the cursor to the beginning of a line which is not empty.
    Then type C-k to kill the text on that line.
@@ -391,13 +393,12 @@
 their contents.  This is not mere repetition.  C-u 2 C-k kills two
 lines and their newlines; typing C-k twice would not do that.
 
-Reinserting killed text is called "yanking".  (Think of it as yanking
-back, or pulling back, some text that was taken away.)  You can yank
-the killed text either at the same place where it was killed, or at
-some other place in the text you are editing, or even in a different
-file.  You can yank the same text several times; that makes multiple
-copies of it.  Some other editors call killing and yanking "cutting"
-and "pasting" (see the Glossary in the Emacs manual).
+You can yank the killed text either at the same place where it was
+killed, or at some other place in the text you are editing, or even in
+a different file.  You can yank the same text several times; that
+makes multiple copies of it.  Some other editors call killing and
+yanking "cutting" and "pasting" (see the Glossary in the Emacs
+manual).
 
 The command for yanking is C-y.  It reinserts the last killed text,
 at the current cursor position.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]