[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
main f0590b2e 008/257: Regenerate "dir" in English.
From: |
Tassilo Horn |
Subject: |
main f0590b2e 008/257: Regenerate "dir" in English. |
Date: |
Fri, 19 Apr 2024 15:36:11 -0400 (EDT) |
branch: main
commit f0590b2ea41d1c38a70d2de14ce64c3c4feb3d28
Author: Stefan Monnier <monnier@iro.umontreal.ca>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>
Regenerate "dir" in English.
---
GNUmakefile | 1 -
auctex-pkg.el | 2 +-
dir | 22 ++++++++++------------
tex-site.el.in | 14 +++++++++++++-
4 files changed, 24 insertions(+), 15 deletions(-)
diff --git a/GNUmakefile b/GNUmakefile
index 347e0cc9..7a94e748 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -62,7 +62,6 @@ tex-site.el: tex-site.el.in
-e 's|@lispautodir@|(if (file-writable-p "/usr/local/var/auctex")
"/usr/local/var/auctex" "~/.emacs.d/auctex")|'\
-e 's|@AUCTEXVERSION@|$(AUCTEXVERSION)|'\
-e 's|@AUCTEXDATE@|$(AUCTEXDATE)|'\
- -e "\$$a(provide 'tex-site)" \
$< >$@
doc/version.texi: ChangeLog
diff --git a/auctex-pkg.el b/auctex-pkg.el
index d9462f1a..ffec66c4 100644
--- a/auctex-pkg.el
+++ b/auctex-pkg.el
@@ -1 +1 @@
-(define-package "auctex" "11.87.1" "Integrated environment for *TeX*" nil :url
"http://www.gnu.org/software/auctex/")
+(define-package "auctex" "11.87.2" "Integrated environment for *TeX*" nil :url
"http://www.gnu.org/software/auctex/")
diff --git a/dir b/dir
index ab993b57..0b85f603 100644
--- a/dir
+++ b/dir
@@ -1,18 +1,16 @@
-Ceci est le fichier .../info/dir, qui contient le nœud le
-plus haut de la hiérarchie Info. Ce nœud est appelé (dir)Top.
-C'est de ce nœud que vous démarrez la première fois que
-vous utilisez Info.
+This is the file .../info/dir, which contains the
+topmost node of the Info hierarchy, called (dir)Top.
+The first time you invoke Info you start off looking at this node.
-File: dir, Node: Top Ceci est le haut de l'arborescence INFO
+File: dir, Node: Top This is the top of the INFO tree
- Ceci (le nœud Répertoire) fournit un menu des sujets majeurs.
- Emtrez « q » pour quitter, « ? » pour afficher toutes les commandes Info,
- « d » pour revenir ici ;, « h » affiche un guide d'initiation pour les
- nouveaux venus, « mEmacs<Entrée> » démarre une consultation du manuel
- Emacs, et cætera.
+ This (the Directory node) gives a menu of major topics.
+ Typing "q" exits, "?" lists all Info commands, "d" returns here,
+ "h" gives a primer for first-timers,
+ "mEmacs<Return>" visits the Emacs manual, etc.
- Dans Emacs, vous pouvez cliquer avec le deuxième bouton de la souris
- sur une entrée de menu ou sur un renvoi pour le sélectionner.
+ In Emacs, you can click mouse button 2 on a menu item or cross reference
+ to select it.
* Menu:
diff --git a/tex-site.el.in b/tex-site.el.in
index 3c43aaef..93409122 100644
--- a/tex-site.el.in
+++ b/tex-site.el.in
@@ -1,6 +1,6 @@
;;; tex-site.el - Site specific variables. Don't edit.
-;; Copyright (C) 2005 Free Software Foundation, Inc.
+;; Copyright (C) 2005, 2013 Free Software Foundation, Inc.
;;
;; completely rewritten.
@@ -152,3 +152,15 @@ If not a regular release, the date of the last change.")
;; Store bibitems when saving a BibTeX buffer
(add-hook 'bibtex-mode-hook 'BibTeX-auto-store)
+;;; Code specific to ELPA packaging:
+
+;; From preview-latex.el:
+
+(defvar preview-TeX-style-dir
+ (expand-file-name "latex" (file-name-directory load-file-name)))
+
+;;; Ensure that loading the autoloads file also loads this file.
+;;;###autoload (require 'tex-site)
+
+(provide 'tex-site)
+;;; tex-site.el ends here
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- main f0590b2e 008/257: Regenerate "dir" in English.,
Tassilo Horn <=