0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-07-16 06:16:27 +00:00

Fixed typo. Updated the copyright years.

This commit is contained in:
Bastien Guerry 2009-06-23 16:27:34 +02:00
parent 52af11ac17
commit dca12dd19a

View file

@ -1,6 +1,6 @@
;;; org-elisp-symbol.el --- Org links to emacs-lisp symbols ;;; org-elisp-symbol.el --- Org links to emacs-lisp symbols
;; ;;
;; Copyright 2007 Bastien Guerry ;; Copyright 2007, 2008, 2009 Bastien Guerry
;; ;;
;; Author: bzg AT altern DOT org ;; Author: bzg AT altern DOT org
;; Version: 0.2 ;; Version: 0.2
@ -25,7 +25,7 @@
;; ;;
;; Org-mode already lets you store/insert links to emacs-lisp files, ;; Org-mode already lets you store/insert links to emacs-lisp files,
;; just like any other file. This package lets you precisely link to ;; just like any other file. This package lets you precisely link to
;; any emacs-lisp symbol and access uesful information about the symbol. ;; any emacs-lisp symbol and access useful information about the symbol.
;; ;;
;; Here is the list of available properties when linking from a elisp-symbol: ;; Here is the list of available properties when linking from a elisp-symbol:
;; ;;