Merge from origin/emacs-26
e5a2933
(origin/emacs-26) lisp/vc/: documentation fixesf21f8e6
Document 'desktop-files-not-to-save'd8917eb
Improve documentation of Profiling featuresb228839
Improve indexing of "performance" in ELisp manualab67b3e
Minor change in Emacs manual's VC chapterc352434
Avoid memory corruption with specpdl overflow + edebug (Bug#3...593bbda
Document comment-fill-column in the manual (Bug#11636)bd4cc8d
* doc/emacs/dired.texi (Marks vs Flags): Copyedits.69107f3
; Fix doc typos related to indefinite articlesaaad1e6
Merge branch 'emacs-26' of git.savannah.gnu.org:/srv/git/emac...5906418
More fixes for the Emacs manual9ab3df1
; Fix doc typos related to indefinite articles66a4e65
; Fix doc typos related to indefinite articles35e5c57
; Fix doc typos related to indefinite articles
This commit is contained in:
commit
4fa90ff8f5
118 changed files with 288 additions and 240 deletions
|
@ -641,7 +641,7 @@ list of a symbol.")
|
|||
|
||||
(defun edebug-form-data-symbol ()
|
||||
"Return the edebug data symbol of the form where point is in.
|
||||
If point is not inside a edebuggable form, cause error."
|
||||
If point is not inside an edebuggable form, signal an error."
|
||||
(or (edebug--form-data-name (edebug-get-form-data-entry (point)))
|
||||
(error "Not inside instrumented form")))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue