diff options
author | John Wiegley <johnw@newartisans.com> | 2016-01-11 22:48:10 -0800 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2016-01-11 22:48:10 -0800 |
commit | a8dd976aa5299060ee3670f8d693887960aa6ad8 (patch) | |
tree | c805ea51cdf387c43e9aa2a99c502e7e44810418 /lisp/progmodes/xref.el | |
parent | 91b263e76f5ce170c1c8cbc34a2e7614c32612b8 (diff) | |
parent | 9fb185aff7b1f36c30bd157ec446d9bad104d1ee (diff) | |
download | emacs-a8dd976aa5299060ee3670f8d693887960aa6ad8.tar.gz emacs-a8dd976aa5299060ee3670f8d693887960aa6ad8.tar.bz2 emacs-a8dd976aa5299060ee3670f8d693887960aa6ad8.zip |
Merge from origin/emacs-25
9fb185a shr-tag-video bug fix
6300655 Minor fixes in tramp-tests.el
50575b1 Ensure redisplay when 'truncate-lines' is set
0d9e80d Fix a doc string of 'transient-mark-mode'
0000ae5 MS-Windows followup to latest gnulib update
4bc5e02 Spelling fix
f1093f7 Do secure signed Bcc handling
Diffstat (limited to 'lisp/progmodes/xref.el')
-rw-r--r-- | lisp/progmodes/xref.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/xref.el b/lisp/progmodes/xref.el index 26471b0df3f..ae5ec61520d 100644 --- a/lisp/progmodes/xref.el +++ b/lisp/progmodes/xref.el @@ -21,7 +21,7 @@ ;; NOTE: The xref API is still experimental and can change in major, ;; backward-incompatible ways. Everyone is encouraged to try it, and -;; report to us any problems or use cases we hadn't anticiated, by +;; report to us any problems or use cases we hadn't anticipated, by ;; sending an email to emacs-devel, or `M-x report-emacs-bug'. ;; ;; This file provides a somewhat generic infrastructure for cross |