Skip to content

Commit 1d299d7

Browse files
committed
doc: remove outdated AUCTEX reference
See #454
1 parent 7746b9a commit 1d299d7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/elpaca.texi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@ It must return a version string understood by @samp{version-to-list}.
640640
e.g.
641641

642642
@lisp
643-
(elpaca (auctex :version (lambda (_) (require 'tex-site) AUCTeX-version)))
643+
(elpaca (example :version (lambda (_) "1.0.0")))
644644
@end lisp
645645

646646
@node vars

doc/manual.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ The name of the file the package’s autoload file. When `nil`, autoload loa
508508
A function which must accept an Elpaca struct as its sole argument. It must return a version string understood by `version-to-list`. e.g.
509509

510510
```emacs-lisp
511-
(elpaca (auctex :version (lambda (_) (require 'tex-site) AUCTeX-version)))
511+
(elpaca (example :version (lambda (_) "1.0.0")))
512512
```
513513

514514

doc/manual.org

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ It must return a version string understood by =version-to-list=.
368368
e.g.
369369

370370
#+begin_src emacs-lisp :lexical t :eval never
371-
(elpaca (auctex :version (lambda (_) (require 'tex-site) AUCTeX-version)))
371+
(elpaca (example :version (lambda (_) "1.0.0")))
372372
#+end_src
373373

374374
**** :vars

0 commit comments

Comments
 (0)