X-Git-Url: http://git.chise.org/gitweb/?p=elisp%2Fapel.git;a=blobdiff_plain;f=path-util.el;h=2d004db2ebd0e3322c7e30d0920866252bd0421b;hp=db87fc7e21e8ac839f9677bef315a043e8b5a8f1;hb=8b0dbe5092ae30b5092d7abf96649f96635d1060;hpb=f601b82c55f8002e6c1044193d10041f62792f2a diff --git a/path-util.el b/path-util.el index db87fc7..2d004db 100644 --- a/path-util.el +++ b/path-util.el @@ -19,8 +19,8 @@ ;; 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., 59 Temple Place - Suite 330, -;; Boston, MA 02111-1307, USA. +;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +;; Boston, MA 02110-1301, USA. ;;; Code: @@ -38,7 +38,7 @@ directories and it does not exist in `load-path'. You can use following PATH styles: load-path relative: \"PATH/\" - (it is searched from `defaul-load-path') + (it is searched from `default-load-path') home directory relative: \"~/PATH/\" \"~USER/PATH/\" absolute path: \"/HOO/BAR/BAZ/\"