emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r116280: NEWS fixes.


From: Glenn Morris
Subject: [Emacs-diffs] trunk r116280: NEWS fixes.
Date: Thu, 06 Feb 2014 01:51:23 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116280
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2014-02-05 20:51:20 -0500
message:
  NEWS fixes.
modified:
  etc/NEWS                       news-20100311060928-aoit31wvzf25yr1z-1
=== modified file 'etc/NEWS'
--- a/etc/NEWS  2014-02-06 01:22:38 +0000
+++ b/etc/NEWS  2014-02-06 01:51:20 +0000
@@ -107,8 +107,8 @@
 
 If you want the previous behavior, whereby F10 invoked `tmm-menubar',
 customize the option `tty-menu-open-use-tmm' to a non-nil value.
-(Typing M-` will always invoke `tmm-menubar', even if
-`tty-menu-open-use-tmm' is nil.)
+(Typing M-` always invokes `tmm-menubar', even if `tty-menu-open-use-tmm'
+is nil.)
 
 +++
 ** The *Messages* buffer is created in `messages-buffer-mode',
@@ -519,7 +519,7 @@
 
 ** New EPA option `epa-mail-aliases'.
 You can set this to a list of email address aliases for keys to use
-`epa-mail-encrypt'.
+in `epa-mail-encrypt'.
 
 ---
 ** New ERC option `erc-accidental-paste-threshold-seconds'.
@@ -1079,6 +1079,12 @@
 strings (including for partial or substring completion), or call
 `completion-hilit-commonality' to add the highlight.
 
+*** New function `completion-table-with-cache' is a wrapper for
+`completion-table-dynamic' that caches the result of the last lookup.
+
+*** New function `completion-table-merge' to combine several
+completion tables by merging their completions.
+
 ** New minor modes `prettify-symbols-mode' and `global-prettify-symbols-mode'
 let you enable symbol prettification (replacing a string like "lambda" with
 the Greek lambda character).
@@ -2200,12 +2206,6 @@
 *** New function `completion-table-subvert' to use an existing completion
 table, but with a different prefix.
 
-*** New function `completion-table-with-cache' is a wrapper for
-`completion-table-dynamic' that caches the result of the last lookup.
-
-*** New function `completion-table-merge' to combine several
-completion tables by merging their completions.
-
 ** Debugger
 
 *** New error type and new function `user-error'.


reply via email to

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