emacs-diffs
[Top][All Lists]
Advanced

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

master updated (aad13e61dbf -> 375dac936fc)


From: Eli Zaretskii
Subject: master updated (aad13e61dbf -> 375dac936fc)
Date: Sat, 8 Jul 2023 05:46:41 -0400 (EDT)

eliz pushed a change to branch master.

      from  aad13e61dbf Fix 'toggle-side-windows' with 3 or more side windows
      adds  e339d0080d3 ; * test/lisp/misc-tests.el (ert): require misc to 
avoid warning
      adds  823bf6bdb1a * lisp/rect.el (rectangle--duplicate-right): Fix 
rectangle dup bug.
      adds  7a74b8c3277 C Mode: Don't fontify foo globally as type due to 
"struct foo"
      adds  fe7b909c16c ; Fix two typos in recent changes in the manual
      adds  15ff8761777 ; * lisp/register.el (register-val-describe): Doc fix.
      adds  37ed3d15f38 Avoid errors in completion due to 
'completion-regexp-list'
      adds  a9b46bb25df Include a help-echo for flymake's modeline counters
      adds  aa030698cef ; Fix typos in documented names of keymap-* functions
      adds  8da2091362d ; Fix documentation of minibuffer-completion commands
      adds  67def1f5502 * lisp/progmodes/grep.el (rgrep): Fix docstring.
      adds  244d4c837ab correct info documentation of benchmark-call
      adds  c3fefb2b3ae Improve natnump shortdoc
      adds  a30ebe7a556 ; Improve documentation of key-binding commands
      adds  9b38773a20b ; * lisp/dired.el (dired-no-confirm): Doc fix.  
(Bug#64493)
      adds  0d90873fa41 ; * src/indent.c (Fvertical_motion): Doc fix.
      adds  502a7800319 ; Improve documentation of 'vertical-motion' in ELisp 
manual
      adds  40f84e906f6 ; * doc/lispref/keymaps.texi (Key Binding Commands): 
Fix typo.
      adds  f8a918c9778 ; * src/coding.c (Fcoding_system_put): Improve doc 
string.
      adds  600b90ed568 Mark failing icalendar test as unstable (bug#56241)
       new  375dac936fc Merge from origin/emacs-29


Summary of changes:
 doc/emacs/mini.texi                   | 21 +++++++++----
 doc/lispref/debugging.texi            |  6 ++--
 doc/lispref/keymaps.texi              | 15 +++++++--
 doc/lispref/minibuf.texi              |  6 ++++
 doc/lispref/positions.texi            | 27 ++++++++++------
 doc/lispref/text.texi                 |  2 +-
 lisp/dired.el                         | 19 ++++++++----
 lisp/emacs-lisp/shortdoc.el           |  7 +++--
 lisp/keymap.el                        | 58 +++++++++++++++++++++++------------
 lisp/minibuffer.el                    |  3 +-
 lisp/progmodes/cc-fonts.el            |  2 +-
 lisp/progmodes/cc-langs.el            |  1 +
 lisp/progmodes/flymake.el             |  6 ++++
 lisp/progmodes/grep.el                |  7 +++--
 lisp/register.el                      |  6 ++--
 src/coding.c                          | 13 +++++++-
 src/indent.c                          | 37 ++++++++++++++--------
 src/minibuf.c                         |  7 ++++-
 test/lisp/calendar/icalendar-tests.el |  3 ++
 19 files changed, 170 insertions(+), 76 deletions(-)



reply via email to

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