emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r116219: Delete Selection mode doc updates


From: Glenn Morris
Subject: [Emacs-diffs] trunk r116219: Delete Selection mode doc updates
Date: Fri, 31 Jan 2014 07:28:45 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116219
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Thu 2014-01-30 23:28:17 -0800
message:
  Delete Selection mode doc updates
  
  * lisp/delsel.el (delete-selection-mode): Doc fix.
  
  * doc/misc/efaq.texi (Replacing highlighted text):
  Update delete-selection-mode doc.
  
  * etc/NEWS: Related edit.
modified:
  doc/misc/ChangeLog             changelog-20091113204419-o5vbwnq5f7feedwu-6331
  doc/misc/efaq.texi             faq.texi-20091113204419-o5vbwnq5f7feedwu-6301
  etc/NEWS                       news-20100311060928-aoit31wvzf25yr1z-1
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/delsel.el                 delsel.el-20091113204419-o5vbwnq5f7feedwu-540
=== modified file 'doc/misc/ChangeLog'
--- a/doc/misc/ChangeLog        2014-01-30 03:41:34 +0000
+++ b/doc/misc/ChangeLog        2014-01-31 07:28:17 +0000
@@ -1,3 +1,8 @@
+2014-01-31  Glenn Morris  <address@hidden>
+
+       * efaq.texi (Replacing highlighted text):
+       Update delete-selection-mode doc.
+
 2014-01-30  Xue Fuqiao  <address@hidden>
 
        * sem-user.texi (Include paths): Fix a Texinfo command.

=== modified file 'doc/misc/efaq.texi'
--- a/doc/misc/efaq.texi        2014-01-24 07:36:34 +0000
+++ b/doc/misc/efaq.texi        2014-01-31 07:28:17 +0000
@@ -1578,10 +1578,9 @@
 delete-selection-mode @key{RET}}):
 
 @quotation
-When Delete Selection mode is enabled, Transient Mark mode is also
-enabled and typed text replaces the selection if the selection is
-active.  Otherwise, typed text is just inserted at point regardless of
-any selection.
+When Delete Selection mode is enabled, typed text replaces the selection
+if the selection is active.  Otherwise, typed text is just inserted at
+point regardless of any selection.
 @end quotation
 
 This mode also allows you to delete (not kill) the highlighted region by

=== modified file 'etc/NEWS'
--- a/etc/NEWS  2014-01-31 07:15:54 +0000
+++ b/etc/NEWS  2014-01-31 07:28:17 +0000
@@ -448,7 +448,8 @@
 There is a fallback syntax available if you don't have cf-promises or
 if your version doesn't support that option.  See option 
`cfengine-cf-promises'.
 
-** Delete Selection mode can now be used without `transient-mark-mode'.
+---
+** Delete Selection mode can now be used without Transient Mark mode.
 
 ** Desktop
 

=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-01-31 07:15:54 +0000
+++ b/lisp/ChangeLog    2014-01-31 07:28:17 +0000
@@ -1,5 +1,7 @@
 2014-01-31  Glenn Morris  <address@hidden>
 
+       * delsel.el (delete-selection-mode): Doc fix.
+
        * emacs-lisp/trace.el (trace--read-args, trace-function-foreground)
        (trace-function-background): Doc fixes.
 

=== modified file 'lisp/delsel.el'
--- a/lisp/delsel.el    2014-01-05 02:56:08 +0000
+++ b/lisp/delsel.el    2014-01-31 07:28:17 +0000
@@ -64,10 +64,9 @@
 is positive, and disable it otherwise.  If called from Lisp,
 enable the mode if ARG is omitted or nil.
 
-When Delete Selection mode is enabled, Transient Mark mode is also
-enabled and typed text replaces the selection if the selection is
-active.  Otherwise, typed text is just inserted at point regardless of
-any selection."
+When Delete Selection mode is enabled, typed text replaces the selection
+if the selection is active.  Otherwise, typed text is just inserted at
+point regardless of any selection."
   :global t :group 'editing-basics
   (if (not delete-selection-mode)
       (remove-hook 'pre-command-hook 'delete-selection-pre-hook)


reply via email to

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