emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r116947: lisp/ChangeLog, src/ChangeLog: Fix typos.


From: Juanma Barranquero
Subject: [Emacs-diffs] trunk r116947: lisp/ChangeLog, src/ChangeLog: Fix typos.
Date: Mon, 07 Apr 2014 00:52:03 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116947
revision-id: address@hidden
parent: address@hidden
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Mon 2014-04-07 02:51:52 +0200
message:
  lisp/ChangeLog, src/ChangeLog: Fix typos.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  src/ChangeLog                  changelog-20091113204419-o5vbwnq5f7feedwu-1438
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-04-06 18:15:09 +0000
+++ b/lisp/ChangeLog    2014-04-07 00:51:52 +0000
@@ -9,15 +9,14 @@
 
 2014-04-04  João Távora  <address@hidden>
 
-       * elec-pair.el:
-       (electric-pair--syntax-ppss): When inside comments parse from
-       comment beginning.
+       * elec-pair.el (electric-pair--syntax-ppss): When inside comments
+       parse from comment beginning.
        (electric-pair--balance-info): Fix typo in comment.
        (electric-pair--in-unterminated-string-p): Delete.
        (electric-pair--unbalanced-strings-p): New function.
        (electric-pair-string-bound-function): New var.
        (electric-pair-inhibit-if-helps-balance): Decide quote pairing
-       according to `electric-pair--in-unterminated-string-p'
+       according to `electric-pair--in-unterminated-string-p'.
 
 2014-04-04  Stefan Monnier  <address@hidden>
 
@@ -303,7 +302,7 @@
        Reported by Victor Lau.
        Fix parsing 'var' in AUTOs, msg1294.  Reported by Dominique Chen.
        (verilog-auto-inout-module): Fix AUTOINOUTMODULE not inserting
-       interface-only modules, bug721.  Reported by Dean Hoyt.
+       interface-only modules, bug721.  Reported by Dean Hoyt.
 
 2014-03-26  Glenn Morris  <address@hidden>
 
@@ -349,9 +348,9 @@
        (subword-mode-map): Hollow out.
        (capitalized-words-mode): Define as obsolete alias for
        `subword-mode'.
-       (subword-mode,superword-mode): Tweak documentation to reflect new
+       (subword-mode, superword-mode): Tweak documentation to reflect new
        implementation; call `subword-setup-buffer'.
-       (subword-forward,subword-capitalize): Add underscore to indicate
+       (subword-forward, subword-capitalize): Add underscore to indicate
        unused variable.
        (subword-find-word-boundary-function-table): New constant.
        (subword-empty-char-table): New constant.
@@ -5300,7 +5299,7 @@
 
        * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
        Make it into a proper minor mode.
-       (rectangle--region): (implicitly) rename to rectangle-mark-mode.
+       (rectangle--region): (Implicitly) rename to rectangle-mark-mode.
        (rectangle-mark-mode-map): New keymap.
        (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
 
@@ -5543,8 +5542,7 @@
 
 2013-10-28  Daiki Ueno  <address@hidden>
 
-       * epa-file.el
-       (epa-file-cache-passphrase-for-symmetric-encryption):
+       * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
        Document that this option has no effect with GnuPG 2.0 (bug#15552).
 
 2013-10-27  Xue Fuqiao  <address@hidden>
@@ -12356,9 +12354,8 @@
        * textmodes/reftex-vars.el (reftex-ref-style-alist):
        Add cleveref macros.
 
-       * textmodes/reftex-parse.el
-       (reftex-locate-bibliography-files): Accept options for
-       bibliography commands.
+       * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
+       Accept options for bibliography commands.
        * textmodes/reftex-vars.el (reftex-bibliography-commands):
        Add addbibresource.  Basic Biblatex support.
 
@@ -13828,8 +13825,7 @@
 2013-04-19  Fabián Ezequiel Gallina  <address@hidden>
 
        New faster Imenu implementation (bug#14058).
-       * progmodes/python.el:
-       (python-imenu-prev-index-position):
+       * progmodes/python.el (python-imenu-prev-index-position)
        (python-imenu-format-item-label-function)
        (python-imenu-format-parent-item-label-function)
        (python-imenu-format-parent-item-jump-label-function):

=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2014-04-05 19:30:36 +0000
+++ b/src/ChangeLog     2014-04-07 00:51:52 +0000
@@ -43,7 +43,7 @@
        * dired.c (file_attributes):
        * chartab.c (uniprop_decoder_count, uniprop_encode_count):
        Change expressions of the form sizeof(arr) / sizeof(arr[0])
-       to ARRAYELTS(arr).
+       to ARRAYELTS (arr).
 
 2014-04-02  Daniel Colascione  <address@hidden>
 
@@ -55,10 +55,10 @@
        * alloc.c: Include execinfo.h if available.
        (SUSPICIOUS_OBJECT_CHECKING): New macro; define unconditionally.
        (suspicious_free_record): New structure.
-       (suspicious_objects,suspicious_object_index)
-       (suspicious_free_history, suspicious_free_history_index): New
-       variables.
-       (find_suspicious_object_in_range,detect_suspicious_free)
+       (suspicious_objects, suspicious_object_index)
+       (suspicious_free_history, suspicious_free_history_index):
+       New variables.
+       (find_suspicious_object_in_range, detect_suspicious_free)
        (Fsuspicious_object): New functions.
        (cleanup_vector): Call find_suspicious_object_in_range.
 
@@ -281,10 +281,10 @@
        Split gc_sweep into discrete functions for legibility and better
        stack traces.
 
-       * alloc.c (sweep_strings,sweep_vectors): Add NO_INLINE
+       * alloc.c (sweep_strings, sweep_vectors): Add NO_INLINE
        (sweep_vectors): Fix typo in comment.
-       (sweep_conses,sweep_floats,sweep_intervals)
-       (sweep_symbols,sweep_misc,sweep_buffers): New functions.
+       (sweep_conses, sweep_floats, sweep_intervals)
+       (sweep_symbols, sweep_misc, sweep_buffers): New functions.
        (gc_sweep): Call new functions, to which existing functionality is
        moved.
        * fns.c (sweep_weak_hash_tables): Add NO_INLINE.
@@ -346,7 +346,7 @@
 
        * alloc.c (lisp_align_malloc, allocate_string_data)
        (allocate_vectorlike): Allow mmap allocation of lisp objects.
-       (pointers_fit_in_lispobj_p,mmap_lisp_allowed_p): New functions.
+       (pointers_fit_in_lispobj_p, mmap_lisp_allowed_p): New functions.
 
 2014-03-21  Eli Zaretskii  <address@hidden>
 


reply via email to

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