From 3ddfd3e677f6efe6a058454feae4ec3df1202757 Mon Sep 17 00:00:00 2001 From: widp Date: Thu, 5 Apr 2018 17:27:56 +0530 Subject: [PATCH] Revert "Fixes link to "HelpSource" directory" This reverts commit 5abf055a104b82af6f28cd4676adea769253997f. --- el/sclang-vars.el.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/el/sclang-vars.el.in b/el/sclang-vars.el.in index 0bc2edb..60fa259 100644 --- a/el/sclang-vars.el.in +++ b/el/sclang-vars.el.in @@ -16,7 +16,7 @@ ;; You should have received a copy of the GNU General Public License ;; along with GNU Emacs; see the file COPYING. If not, write to -;; the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +;; the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, ;; Boston, MA 02110-1301, USA. ;;; Code: @@ -24,7 +24,7 @@ (defconst sclang-system-data-dir "@PKG_DATA_DIR@" "Installation dependent data directory.") -(defconst sclang-system-help-dir "@PKG_DATA_DIR@/HelpSource" +(defconst sclang-system-help-dir "@PKG_DATA_DIR@/Help" "Installation dependent help directory.") (defconst sclang-system-extension-dir "@PKG_DATA_DIR@/Extensions"