1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 22:41:06 -08:00

Merge from origin/emacs-27

ad5e350ab7 c-end-of-macro: Handle block coment lines with unescaped N...
06c302d425 Fix set-fontset-font with ADD arg non-nil
530067463b Correct "different than" to "different from" where appropr...
56b8768b32 More accurate documentation of 'package-menu-hide-package'
This commit is contained in:
Glenn Morris 2020-02-13 07:50:24 -08:00
commit 56ce263f50
28 changed files with 73 additions and 49 deletions

View file

@ -12919,7 +12919,7 @@ familiar part of this function.
@unnumberedsubsec The @code{let*} expression
The next line of the @code{forward-paragraph} function begins a
@code{let*} expression. This is a different than @code{let}. The
@code{let*} expression. This is different from @code{let}. The
symbol is @code{let*} not @code{let}.
@findex let*