diff options
| author | Paul Eggert | 2016-01-30 11:43:26 -0800 |
|---|---|---|
| committer | Paul Eggert | 2016-01-30 11:43:26 -0800 |
| commit | cb4e054e41cdb7e398351a5ae8224759e721349e (patch) | |
| tree | ae2bec4f10425bd61e2a90563edc178d382bb4b8 /test | |
| parent | e6d575316a42946aac6d83c9587f09afd1a59d98 (diff) | |
| parent | 60902756b0d794b16b9c1c67c4c40a3ac04d1c1b (diff) | |
| download | emacs-cb4e054e41cdb7e398351a5ae8224759e721349e.tar.gz emacs-cb4e054e41cdb7e398351a5ae8224759e721349e.zip | |
-
Diffstat (limited to 'test')
| -rw-r--r-- | test/ChangeLog.1 | 4 | ||||
| -rw-r--r-- | test/manual/etags/c-src/emacs/src/lisp.h | 2 | ||||
| -rw-r--r-- | test/manual/etags/el-src/emacs/lisp/progmodes/etags.el | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/test/ChangeLog.1 b/test/ChangeLog.1 index 01cb97e0da3..3520f13df60 100644 --- a/test/ChangeLog.1 +++ b/test/ChangeLog.1 | |||
| @@ -343,10 +343,10 @@ | |||
| 343 | 343 | ||
| 344 | * automated/tildify-tests.el (tildify-space-undo-test--test): | 344 | * automated/tildify-tests.el (tildify-space-undo-test--test): |
| 345 | A new helper function for testing `tildify-double-space-undos' | 345 | A new helper function for testing `tildify-double-space-undos' |
| 346 | behaviour in the `tildify-space' function. | 346 | behavior in the `tildify-space' function. |
| 347 | (tildify-space-undo-test-html, tildify-space-undo-test-html-nbsp) | 347 | (tildify-space-undo-test-html, tildify-space-undo-test-html-nbsp) |
| 348 | (tildify-space-undo-test-xml, tildify-space-undo-test-tex): | 348 | (tildify-space-undo-test-xml, tildify-space-undo-test-tex): |
| 349 | New tests for `tildify-doule-space-undos' behaviour. | 349 | New tests for `tildify-doule-space-undos' behavior. |
| 350 | 350 | ||
| 351 | * automated/tildify-tests.el (tildify-space-test--test): | 351 | * automated/tildify-tests.el (tildify-space-test--test): |
| 352 | A new helper function for testing `tildify-space' function. | 352 | A new helper function for testing `tildify-space' function. |
diff --git a/test/manual/etags/c-src/emacs/src/lisp.h b/test/manual/etags/c-src/emacs/src/lisp.h index 0fb068d1a2c..96c52c04691 100644 --- a/test/manual/etags/c-src/emacs/src/lisp.h +++ b/test/manual/etags/c-src/emacs/src/lisp.h | |||
| @@ -2005,7 +2005,7 @@ struct Lisp_Marker | |||
| 2005 | /* For markers that point somewhere, | 2005 | /* For markers that point somewhere, |
| 2006 | this is used to chain of all the markers in a given buffer. */ | 2006 | this is used to chain of all the markers in a given buffer. */ |
| 2007 | /* We could remove it and use an array in buffer_text instead. | 2007 | /* We could remove it and use an array in buffer_text instead. |
| 2008 | That would also allow to preserve it ordered. */ | 2008 | That would also allow us to preserve it ordered. */ |
| 2009 | struct Lisp_Marker *next; | 2009 | struct Lisp_Marker *next; |
| 2010 | /* This is the char position where the marker points. */ | 2010 | /* This is the char position where the marker points. */ |
| 2011 | ptrdiff_t charpos; | 2011 | ptrdiff_t charpos; |
diff --git a/test/manual/etags/el-src/emacs/lisp/progmodes/etags.el b/test/manual/etags/el-src/emacs/lisp/progmodes/etags.el index 6c28ba35a4c..5d28657e28b 100644 --- a/test/manual/etags/el-src/emacs/lisp/progmodes/etags.el +++ b/test/manual/etags/el-src/emacs/lisp/progmodes/etags.el | |||
| @@ -2094,7 +2094,7 @@ for \\[find-tag] (which see)." | |||
| 2094 | (`apropos (etags--xref-find-definitions id t)))) | 2094 | (`apropos (etags--xref-find-definitions id t)))) |
| 2095 | 2095 | ||
| 2096 | (defun etags--xref-find-definitions (pattern &optional regexp?) | 2096 | (defun etags--xref-find-definitions (pattern &optional regexp?) |
| 2097 | ;; This emulates the behaviour of `find-tag-in-order' but instead of | 2097 | ;; This emulates the behavior of `find-tag-in-order' but instead of |
| 2098 | ;; returning one match at a time all matches are returned as list. | 2098 | ;; returning one match at a time all matches are returned as list. |
| 2099 | ;; NOTE: find-tag-tag-order is typically a buffer-local variable. | 2099 | ;; NOTE: find-tag-tag-order is typically a buffer-local variable. |
| 2100 | (let* ((xrefs '()) | 2100 | (let* ((xrefs '()) |