]> code.delx.au - gnu-emacs/blobdiff - lisp/hfy-cmap.el
Improve Lisp-level documentation of tooltips
[gnu-emacs] / lisp / hfy-cmap.el
index 0eff90d2298fdc9806a87526d142f27c30cf50b0..cf54ea54d0bb9c0ada38b7de4af6791cdf6dbfd9 100644 (file)
@@ -1,11 +1,10 @@
 ;;; hfy-cmap.el --- Fallback colour name -> rgb mapping for `htmlfontify'
 
-;; Copyright (C) 2002, 2003, 2009, 2010  Free Software Foundation, Inc.
+;; Copyright (C) 2002-2003, 2009-2016 Free Software Foundation, Inc.
 
 ;; Emacs Lisp Archive Entry
 ;; Package: htmlfontify
 ;; Filename: hfy-cmap.el
-;; Version: 0.20
 ;; Keywords: colour, rgb
 ;; Author: Vivek Dasmohapatra <vivek@etla.org>
 ;; Maintainer: Vivek Dasmohapatra <vivek@etla.org>
@@ -811,7 +810,7 @@ Loads the variable `hfy-rgb-txt-colour-map', which is used by
 `hfy-fallback-colour-values'."
   (interactive
    (list
-    (read-file-name "rgb.txt \(equivalent\) file: " "" nil t (hfy-rgb-file))))
+    (read-file-name "rgb.txt (equivalent) file: " "" nil t (hfy-rgb-file))))
   (let ((rgb-buffer   nil)
        (end-of-rgb     0)
        (rgb-txt      nil))
@@ -849,5 +848,4 @@ Loads the variable `hfy-rgb-txt-colour-map', which is used by
 ;; generated-autoload-file: "htmlfontify.el"
 ;; End:
 
-;; arch-tag: dff7feea-add4-48ba-937c-e79ac40cec9b
 ;;; hfy-cmap.el ends here