Merge from origin/emacs-28
63abe976ce
(origin/emacs-28) Document minibuffer-default-prompt-forma...b5afbedc90
Backward compatibility option for 'nobreak-char-display'ea1b728a06
; * lisp/dired.el: Fix typo.984eafeb98
Unbreak the build after Gnulib update5946370cd1
Check, whether an FUSE mount has been broken in Tramp90575a6c0c
Disable 'nobreak-char-display' in Eldoc buffers570e2c9a17
Fix small error in comint-send-inputfd7bb31412
Update documentation of search-whitespace-regexp1f4ced47a1
Fix cc-compat.el syntax errorb431f54c1b
Mention `seq-uniq' in `delete-dups' documentation0a7bab689c
; Minor stylistic fixes found by checkdoce2861e2d08
; * etc/NEWS: Fix typo.1a65d49931
Port recent Gnulib changes to MS-Windows68a256c892
Update from Gnulib63cb65dcce
* Fix mh tests for native comp builds (bug#50975)e606cc6f40
* Fix `batch-native-compile' not to spawn a subprocess894dfe70da
Fix native-compilation build from tarball on Cygwin2ce5e08058
Remove U+FE0F from script-representative-chars # Conflicts: # etc/NEWS
This commit is contained in:
commit
2dc88a27a4
312 changed files with 6090 additions and 4357 deletions
|
@ -557,7 +557,7 @@ This will generate compile-time constants from BINDINGS."
|
|||
"Gaudy highlighting from Emacs Lisp mode used in Backtrace mode.")
|
||||
|
||||
(defun lisp-string-in-doc-position-p (listbeg startpos)
|
||||
"Return true if a doc string may occur at STARTPOS inside a list.
|
||||
"Return non-nil if a doc string may occur at STARTPOS inside a list.
|
||||
LISTBEG is the position of the start of the innermost list
|
||||
containing STARTPOS."
|
||||
(let* ((firstsym (and listbeg
|
||||
|
@ -590,7 +590,7 @@ containing STARTPOS."
|
|||
(= (point) startpos))))))
|
||||
|
||||
(defun lisp-string-after-doc-keyword-p (listbeg startpos)
|
||||
"Return true if `:documentation' symbol ends at STARTPOS inside a list.
|
||||
"Return non-nil if `:documentation' symbol ends at STARTPOS inside a list.
|
||||
LISTBEG is the position of the start of the innermost list
|
||||
containing STARTPOS."
|
||||
(and listbeg ; We are inside a Lisp form.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue